#ADDCC9

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

Shades of Cruise #ADDCC9

Tints of Cruise #ADDCC9

Color information

#ADDCC9 (or 0xADDCC9) is unknown color: approx Cruise. HEX triplet: AD, DC and C9. RGB value is (173,220,201). Sum of RGB (Red+Green+Blue) = 173+220+201=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC9 is #522336. Grayscale: #CBCBCB. Windows color (decimal): -5382967 or 13229229. OLE color: 13229229.

HSL color Cylindrical-coordinate representation of color #ADDCC9: hue angle of 155.74º degrees, saturation: 0.4, 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 #ADDCC9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB173220201-
CMYK0.2100.090.14
HSL155.74º40.17%77.06%-
HSV(B)155.74º21.36%86.27%-
XYZ53.3764.2964.85-
YUV203.78126.43106.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=29.12%
G=37.04%
B=33.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202010.2100.090.14155.7440.1777.06
HexADDCC91509E9c284d
Octal255334311250111623450115
Binary10101101110111001100100110101010011110100111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCC9; }

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

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

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

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

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

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

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

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