#ABE0CC

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

Shades of Cruise #ABE0CC

Tints of Cruise #ABE0CC

Color information

#ABE0CC (or 0xABE0CC) is unknown color: approx Cruise. HEX triplet: AB, E0 and CC. RGB value is (171,224,204). Sum of RGB (Red+Green+Blue) = 171+224+204=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0CC is #541F33. Grayscale: #CDCDCD. Windows color (decimal): -5513012 or 13426859. OLE color: 13426859.

HSL color Cylindrical-coordinate representation of color #ABE0CC: hue angle of 157.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0CC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB171224204-
CMYK0.2400.090.12
HSL157.36º46.09%77.45%-
HSV(B)157.36º23.66%87.84%-
XYZ54.3566.3367.06-
YUV205.87126.94103.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=28.55%
G=37.40%
B=34.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242040.2400.090.12157.3646.0977.45
HexABE0CC1809C9d2e4d
Octal253340314300111423556115
Binary10101011111000001100110011000010011100100111011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0CC; }

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

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

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

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

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

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

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

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