#ADDBCA

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

Shades of Cruise #ADDBCA

Tints of Cruise #ADDBCA

Color information

#ADDBCA (or 0xADDBCA) is unknown color: approx Cruise. HEX triplet: AD, DB and CA. RGB value is (173,219,202). Sum of RGB (Red+Green+Blue) = 173+219+202=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBCA is #522435. Grayscale: #CBCBCB. Windows color (decimal): -5383222 or 13294509. OLE color: 13294509.

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

Color convert

RGB173219202-
CMYK0.2100.080.14
HSL157.83º38.98%76.86%-
HSV(B)157.83º21%85.88%-
XYZ53.2363.8165.39-
YUV203.31127.26106.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=29.12%
G=36.87%
B=34.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732192020.2100.080.14157.8338.9876.86
HexADDBCA1508E9e274d
Octal255333312250101623647115
Binary10101101110110111100101010101010001110100111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBCA; }

 p { color: rgb(173,219,202); }

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

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

 a { background-color: rgb(173,219,202); }

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

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

 span { border-color: rgb(173,219,202); }

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