#ABDCC7

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

Shades of Cruise #ABDCC7

Tints of Cruise #ABDCC7

Color information

#ABDCC7 (or 0xABDCC7) is unknown color: approx Cruise. HEX triplet: AB, DC and C7. RGB value is (171,220,199). Sum of RGB (Red+Green+Blue) = 171+220+199=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC7 is #542338. Grayscale: #CACACA. Windows color (decimal): -5514041 or 13098155. OLE color: 13098155.

HSL color Cylindrical-coordinate representation of color #ABDCC7: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB171220199-
CMYK0.2200.100.14
HSL154.29º41.18%76.67%-
HSV(B)154.29º22.27%86.27%-
XYZ52.763.9763.6-
YUV202.96125.77105.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=28.98%
G=37.29%
B=33.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201990.2200.100.14154.2941.1876.67
HexABDCC7160AE9a294d
Octal253334307260121623251115
Binary10101011110111001100011110110010101110100110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCC7; }

 p { color: rgb(171,220,199); }

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

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

 a { background-color: rgb(171,220,199); }

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

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

 span { border-color: rgb(171,220,199); }

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