#ADDEC9

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

Shades of Cruise #ADDEC9

Tints of Cruise #ADDEC9

Color information

#ADDEC9 (or 0xADDEC9) is unknown color: approx Cruise. HEX triplet: AD, DE and C9. RGB value is (173,222,201). Sum of RGB (Red+Green+Blue) = 173+222+201=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC9 is #522136. Grayscale: #CCCCCC. Windows color (decimal): -5382455 or 13229741. OLE color: 13229741.

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

Color convert

RGB173222201-
CMYK0.2200.090.13
HSL154.29º42.61%77.45%-
HSV(B)154.29º22.07%87.06%-
XYZ53.965.3465.03-
YUV204.96125.77105.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=29.03%
G=37.25%
B=33.72%

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
Decimal1732222010.2200.090.13154.2942.6177.45
HexADDEC91609D9a2b4d
Octal255336311260111523253115
Binary10101101110111101100100110110010011101100110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEC9; }

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

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

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

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

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

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

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

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