#AFDECE

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

Shades of Cruise #AFDECE

Tints of Cruise #AFDECE

Color information

#AFDECE (or 0xAFDECE) is unknown color: approx Cruise. HEX triplet: AF, DE and CE. RGB value is (175,222,206). Sum of RGB (Red+Green+Blue) = 175+222+206=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECE is #502131. Grayscale: #CECECE. Windows color (decimal): -5251378 or 13557423. OLE color: 13557423.

HSL color Cylindrical-coordinate representation of color #AFDECE: hue angle of 159.57º 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 #AFDECE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB175222206-
CMYK0.2100.070.13
HSL159.57º41.59%77.84%-
HSV(B)159.57º21.17%87.06%-
XYZ54.9465.8168.2-
YUV206.12127.93105.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=29.02%
G=36.82%
B=34.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222060.2100.070.13159.5741.5977.84
HexAFDECE1507Da02a4e
Octal25733631625071524052116
Binary1010111111011110110011101010101111101101000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDECE; }

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

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

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

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

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

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

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

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