#ABDDCB

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

Shades of Cruise #ABDDCB

Tints of Cruise #ABDDCB

Color information

#ABDDCB (or 0xABDDCB) is unknown color: approx Cruise. HEX triplet: AB, DD and CB. RGB value is (171,221,203). Sum of RGB (Red+Green+Blue) = 171+221+203=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCB is #542234. Grayscale: #CCCCCC. Windows color (decimal): -5513781 or 13360555. OLE color: 13360555.

HSL color Cylindrical-coordinate representation of color #ABDDCB: hue angle of 158.4º degrees, saturation: 0.42, 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 #ABDDCB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB171221203-
CMYK0.2300.080.13
HSL158.4º42.37%76.86%-
HSV(B)158.4º22.62%86.67%-
XYZ53.4364.6866.17-
YUV204127.44104.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=28.74%
G=37.14%
B=34.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212030.2300.080.13158.442.3776.86
HexABDDCB1708D9e2a4d
Octal253335313270101523652115
Binary10101011110111011100101110111010001101100111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDCB; }

 p { color: rgb(171,221,203); }

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

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

 a { background-color: rgb(171,221,203); }

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

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

 span { border-color: rgb(171,221,203); }

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