#ADDDC9

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

Shades of Cruise #ADDDC9

Tints of Cruise #ADDDC9

Color information

#ADDDC9 (or 0xADDDC9) is unknown color: approx Cruise. HEX triplet: AD, DD and C9. RGB value is (173,221,201). Sum of RGB (Red+Green+Blue) = 173+221+201=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC9 is #522236. Grayscale: #CCCCCC. Windows color (decimal): -5382711 or 13229485. OLE color: 13229485.

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

Color convert

RGB173221201-
CMYK0.2200.090.13
HSL155º41.38%77.25%-
HSV(B)155º21.72%86.67%-
XYZ53.6364.8164.94-
YUV204.37126.1105.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=29.08%
G=37.14%
B=33.78%

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
Decimal1732212010.2200.090.1315541.3877.25
HexADDDC91609D9b294d
Octal255335311260111523351115
Binary10101101110111011100100110110010011101100110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDC9; }

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

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

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

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

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

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

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

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