#ADDCCC

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

Shades of Cruise #ADDCCC

Tints of Cruise #ADDCCC

Color information

#ADDCCC (or 0xADDCCC) is unknown color: approx Cruise. HEX triplet: AD, DC and CC. RGB value is (173,220,204). Sum of RGB (Red+Green+Blue) = 173+220+204=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCC is #522333. Grayscale: #CCCCCC. Windows color (decimal): -5382964 or 13425837. OLE color: 13425837.

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

Color convert

RGB173220204-
CMYK0.2100.070.14
HSL159.57º40.17%77.06%-
HSV(B)159.57º21.36%86.27%-
XYZ53.7364.4366.73-
YUV204.12127.93105.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=28.98%
G=36.85%
B=34.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202040.2100.070.14159.5740.1777.06
HexADDCCC1507Ea0284d
Octal25533431425071624050115
Binary1010110111011100110011001010101111110101000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCCC; }

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

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

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

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

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

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

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

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