#ABDECA

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

Shades of Cruise #ABDECA

Tints of Cruise #ABDECA

Color information

#ABDECA (or 0xABDECA) is unknown color: approx Cruise. HEX triplet: AB, DE and CA. RGB value is (171,222,202). Sum of RGB (Red+Green+Blue) = 171+222+202=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECA is #542135. Grayscale: #CCCCCC. Windows color (decimal): -5513526 or 13295275. OLE color: 13295275.

HSL color Cylindrical-coordinate representation of color #ABDECA: hue angle of 156.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDECA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB171222202-
CMYK0.2300.090.13
HSL156.47º43.59%77.06%-
HSV(B)156.47º22.97%87.06%-
XYZ53.5865.1665.63-
YUV204.47126.6104.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=28.74%
G=37.31%
B=33.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712222020.2300.090.13156.4743.5977.06
HexABDECA1709D9c2c4d
Octal253336312270111523454115
Binary10101011110111101100101010111010011101100111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDECA; }

 p { color: rgb(171,222,202); }

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

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

 a { background-color: rgb(171,222,202); }

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

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

 span { border-color: rgb(171,222,202); }

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