#AFDED0

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

Shades of Cruise #AFDED0

Tints of Cruise #AFDED0

Color information

#AFDED0 (or 0xAFDED0) is unknown color: approx Cruise. HEX triplet: AF, DE and D0. RGB value is (175,222,208). Sum of RGB (Red+Green+Blue) = 175+222+208=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDED0 is #50212F. Grayscale: #CECECE. Windows color (decimal): -5251376 or 13688495. OLE color: 13688495.

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

Color convert

RGB175222208-
CMYK0.2100.060.13
HSL162.13º41.59%77.84%-
HSV(B)162.13º21.17%87.06%-
XYZ55.1965.9169.49-
YUV206.35128.93105.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=28.93%
G=36.69%
B=34.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222080.2100.060.13162.1341.5977.84
HexAFDED01506Da22a4e
Octal25733632025061524252116
Binary1010111111011110110100001010101101101101000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDED0; }

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

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

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

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

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

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

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

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