#AFDECC

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

Shades of Cruise #AFDECC

Tints of Cruise #AFDECC

Color information

#AFDECC (or 0xAFDECC) is unknown color: approx Cruise. HEX triplet: AF, DE and CC. RGB value is (175,222,204). Sum of RGB (Red+Green+Blue) = 175+222+204=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECC is #502133. Grayscale: #CDCDCD. Windows color (decimal): -5251380 or 13426351. OLE color: 13426351.

HSL color Cylindrical-coordinate representation of color #AFDECC: hue angle of 157.02º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDECC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB175222204-
CMYK0.2100.080.13
HSL157.02º41.59%77.84%-
HSV(B)157.02º21.17%87.06%-
XYZ54.765.7266.93-
YUV205.9126.93105.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=29.12%
G=36.94%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222040.2100.080.13157.0241.5977.84
HexAFDECC1508D9d2a4e
Octal257336314250101523552116
Binary10101111110111101100110010101010001101100111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDECC; }

 p { color: rgb(175,222,204); }

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

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

 a { background-color: rgb(175,222,204); }

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

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

 span { border-color: rgb(175,222,204); }

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