#AFE0CC

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

Shades of Cruise #AFE0CC

Tints of Cruise #AFE0CC

Color information

#AFE0CC (or 0xAFE0CC) is unknown color: approx Cruise. HEX triplet: AF, E0 and CC. RGB value is (175,224,204). Sum of RGB (Red+Green+Blue) = 175+224+204=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CC is #501F33. Grayscale: #CFCFCF. Windows color (decimal): -5250868 or 13426863. OLE color: 13426863.

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

Color convert

RGB175224204-
CMYK0.2200.090.12
HSL155.51º44.14%78.24%-
HSV(B)155.51º21.88%87.84%-
XYZ55.2366.7867.11-
YUV207.07126.27105.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=29.02%
G=37.15%
B=33.83%

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
Decimal1752242040.2200.090.12155.5144.1478.24
HexAFE0CC1609C9c2c4e
Octal257340314260111423454116
Binary10101111111000001100110010110010011100100111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0CC; }

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

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

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

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

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

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

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

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