#6ACBD4

Color #6ACBD4 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6ACBD4

Tints of Spray #6ACBD4

Color information

#6ACBD4 (or 0x6ACBD4) is unknown color: approx Spray. HEX triplet: 6A, CB and D4. RGB value is (106,203,212). Sum of RGB (Red+Green+Blue) = 106+203+212=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #6ACBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBD4 is #95342B. Grayscale: #AEAEAE. Windows color (decimal): -9778220 or 13945706. OLE color: 13945706.

HSL color Cylindrical-coordinate representation of color #6ACBD4: hue angle of 185.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACBD4 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB106203212-
CMYK0.50.0400.17
HSL185.09º55.21%62.35%-
HSV(B)185.09º50%83.14%-
XYZ39.1850.5369.98-
YUV175.02148.8678.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 20.35%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=20.35%
G=38.96%
B=40.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1062032120.50.0400.17185.0955.2162.35
Hex6ACBD4324011b9373e
Octal1523133246240212716776
Binary1101010110010111101010011001010001000110111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACBD4; }

 p { color: rgb(106,203,212); }

 H1.HeaderClassName
 {
   color: #6ACBD4;
 }
 .AnyTagClassName
 {
   color: #6ACBD4;
 }
</style>
background-color css

<style>
 a { background-color: #6ACBD4; }

 a { background-color: rgb(106,203,212); }

 div.DivClassName
 {
   background-color: #6ACBD4;
 }
 .BgClassName
 {
   background-color: #6ACBD4;
 }
</style>
border-color css

<style>
 span { border-color: #6ACBD4; }

 span { border-color: rgb(106,203,212); }

 td.TdClassName
 {
   border-color: #6ACBD4;
 }
 .TagClassName
 {
   border-color: #6ACBD4;
 }
</style>