#AFDDC9

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

Shades of Cruise #AFDDC9

Tints of Cruise #AFDDC9

Color information

#AFDDC9 (or 0xAFDDC9) is unknown color: approx Cruise. HEX triplet: AF, DD and C9. RGB value is (175,221,201). Sum of RGB (Red+Green+Blue) = 175+221+201=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC9 is #502236. Grayscale: #CDCDCD. Windows color (decimal): -5251639 or 13229487. OLE color: 13229487.

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

Color convert

RGB175221201-
CMYK0.2100.090.13
HSL153.91º40.35%77.65%-
HSV(B)153.91º20.81%86.67%-
XYZ54.0865.0464.96-
YUV204.97125.76106.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=29.31%
G=37.02%
B=33.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212010.2100.090.13153.9140.3577.65
HexAFDDC91509D9a284e
Octal257335311250111523250116
Binary10101111110111011100100110101010011101100110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDC9; }

 p { color: rgb(175,221,201); }

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

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

 a { background-color: rgb(175,221,201); }

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

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

 span { border-color: rgb(175,221,201); }

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