#AFE4D2

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

Shades of Cruise #AFE4D2

Tints of Cruise #AFE4D2

Color information

#AFE4D2 (or 0xAFE4D2) is unknown color: approx Cruise. HEX triplet: AF, E4 and D2. RGB value is (175,228,210). Sum of RGB (Red+Green+Blue) = 175+228+210=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4D2 is #501B2D. Grayscale: #D2D2D2. Windows color (decimal): -5249838 or 13821103. OLE color: 13821103.

HSL color Cylindrical-coordinate representation of color #AFE4D2: hue angle of 159.62º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4D2 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB175228210-
CMYK0.2300.080.11
HSL159.62º49.53%79.02%-
HSV(B)159.62º23.25%89.41%-
XYZ57.0669.2571.33-
YUV210.1127.94102.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=28.55%
G=37.19%
B=34.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752282100.2300.080.11159.6249.5379.02
HexAFE4D21708Ba0324f
Octal257344322270101324062117
Binary10101111111001001101001010111010001011101000001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4D2; }

 p { color: rgb(175,228,210); }

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

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

 a { background-color: rgb(175,228,210); }

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

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

 span { border-color: rgb(175,228,210); }

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