#AFE0D1

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

Shades of Cruise #AFE0D1

Tints of Cruise #AFE0D1

Color information

#AFE0D1 (or 0xAFE0D1) is unknown color: approx Cruise. HEX triplet: AF, E0 and D1. RGB value is (175,224,209). Sum of RGB (Red+Green+Blue) = 175+224+209=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D1 is #501F2E. Grayscale: #CFCFCF. Windows color (decimal): -5250863 or 13754543. OLE color: 13754543.

HSL color Cylindrical-coordinate representation of color #AFE0D1: hue angle of 161.63º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0D1 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB175224209-
CMYK0.2200.070.12
HSL161.63º44.14%78.24%-
HSV(B)161.63º21.88%87.84%-
XYZ55.8467.0370.32-
YUV207.64128.77104.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=28.78%
G=36.84%
B=34.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242090.2200.070.12161.6344.1478.24
HexAFE0D11607Ca22c4e
Octal25734032126071424254116
Binary1010111111100000110100011011001111100101000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0D1; }

 p { color: rgb(175,224,209); }

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

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

 a { background-color: rgb(175,224,209); }

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

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

 span { border-color: rgb(175,224,209); }

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