#AFDDD0

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

Shades of Cruise #AFDDD0

Tints of Cruise #AFDDD0

Color information

#AFDDD0 (or 0xAFDDD0) is unknown color: approx Cruise. HEX triplet: AF, DD and D0. RGB value is (175,221,208). Sum of RGB (Red+Green+Blue) = 175+221+208=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD0 is #50222F. Grayscale: #CDCDCD. Windows color (decimal): -5251632 or 13688239. OLE color: 13688239.

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

Color convert

RGB175221208-
CMYK0.2100.060.13
HSL163.04º40.35%77.65%-
HSV(B)163.04º20.81%86.67%-
XYZ54.9265.3869.4-
YUV205.76129.26106.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=28.97%
G=36.59%
B=34.44%

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
Decimal1752212080.2100.060.13163.0440.3577.65
HexAFDDD01506Da3284e
Octal25733532025061524350116
Binary1010111111011101110100001010101101101101000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDD0; }

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

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

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

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

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

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

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

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