#ABE1CD

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

Shades of Cruise #ABE1CD

Tints of Cruise #ABE1CD

Color information

#ABE1CD (or 0xABE1CD) is unknown color: approx Cruise. HEX triplet: AB, E1 and CD. RGB value is (171,225,205). Sum of RGB (Red+Green+Blue) = 171+225+205=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1CD is #541E32. Grayscale: #CECECE. Windows color (decimal): -5512755 or 13492651. OLE color: 13492651.

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

Color convert

RGB171225205-
CMYK0.2400.090.12
HSL157.78º47.37%77.65%-
HSV(B)157.78º24%88.24%-
XYZ54.7466.9267.79-
YUV206.57127.11102.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=28.45%
G=37.44%
B=34.11%

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
Decimal1712252050.2400.090.12157.7847.3777.65
HexABE1CD1809C9e2f4e
Octal253341315300111423657116
Binary10101011111000011100110111000010011100100111101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1CD; }

 p { color: rgb(171,225,205); }

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

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

 a { background-color: rgb(171,225,205); }

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

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

 span { border-color: rgb(171,225,205); }

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