#ADDECB

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

Shades of Cruise #ADDECB

Tints of Cruise #ADDECB

Color information

#ADDECB (or 0xADDECB) is unknown color: approx Cruise. HEX triplet: AD, DE and CB. RGB value is (173,222,203). Sum of RGB (Red+Green+Blue) = 173+222+203=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECB is #522134. Grayscale: #CDCDCD. Windows color (decimal): -5382453 or 13360813. OLE color: 13360813.

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

Color convert

RGB173222203-
CMYK0.2200.090.13
HSL156.73º42.61%77.45%-
HSV(B)156.73º22.07%87.06%-
XYZ54.1365.4466.28-
YUV205.18126.77105.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=28.93%
G=37.12%
B=33.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222030.2200.090.13156.7342.6177.45
HexADDECB1609D9d2b4d
Octal255336313260111523553115
Binary10101101110111101100101110110010011101100111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDECB; }

 p { color: rgb(173,222,203); }

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

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

 a { background-color: rgb(173,222,203); }

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

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

 span { border-color: rgb(173,222,203); }

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