#AFE0CB

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

Shades of Cruise #AFE0CB

Tints of Cruise #AFE0CB

Color information

#AFE0CB (or 0xAFE0CB) is unknown color: approx Cruise. HEX triplet: AF, E0 and CB. RGB value is (175,224,203). Sum of RGB (Red+Green+Blue) = 175+224+203=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CB is #501F34. Grayscale: #CECECE. Windows color (decimal): -5250869 or 13361327. OLE color: 13361327.

HSL color Cylindrical-coordinate representation of color #AFE0CB: hue angle of 154.29º 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 #AFE0CB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB175224203-
CMYK0.2200.090.12
HSL154.29º44.14%78.24%-
HSV(B)154.29º21.88%87.84%-
XYZ55.1166.7466.48-
YUV206.96125.77105.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=29.07%
G=37.21%
B=33.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242030.2200.090.12154.2944.1478.24
HexAFE0CB1609C9a2c4e
Octal257340313260111423254116
Binary10101111111000001100101110110010011100100110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0CB; }

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

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

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

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

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

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

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

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