#ABDFCA

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

Shades of Cruise #ABDFCA

Tints of Cruise #ABDFCA

Color information

#ABDFCA (or 0xABDFCA) is unknown color: approx Cruise. HEX triplet: AB, DF and CA. RGB value is (171,223,202). Sum of RGB (Red+Green+Blue) = 171+223+202=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFCA is #542035. Grayscale: #CDCDCD. Windows color (decimal): -5513270 or 13295531. OLE color: 13295531.

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

Color convert

RGB171223202-
CMYK0.2300.090.13
HSL155.77º44.83%77.25%-
HSV(B)155.77º23.32%87.45%-
XYZ53.8465.765.72-
YUV205.06126.27103.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=28.69%
G=37.42%
B=33.89%

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
Decimal1712232020.2300.090.13155.7744.8377.25
HexABDFCA1709D9c2d4d
Octal253337312270111523455115
Binary10101011110111111100101010111010011101100111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFCA; }

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

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

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

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

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

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

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

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