#ADDCC6

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

Shades of Jet Stream #ADDCC6

Tints of Jet Stream #ADDCC6

Color information

#ADDCC6 (or 0xADDCC6) is unknown color: approx Jet Stream. HEX triplet: AD, DC and C6. RGB value is (173,220,198). Sum of RGB (Red+Green+Blue) = 173+220+198=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC6 is #522339. Grayscale: #CBCBCB. Windows color (decimal): -5382970 or 13032621. OLE color: 13032621.

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

Color convert

RGB173220198-
CMYK0.2100.10.14
HSL151.91º40.17%77.06%-
HSV(B)151.91º21.36%86.27%-
XYZ53.0264.1563.01-
YUV203.44124.93106.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=29.27%
G=37.23%
B=33.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201980.2100.10.14151.9140.1777.06
HexADDCC6150AE98284d
Octal255334306250121623050115
Binary10101101110111001100011010101010101110100110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCC6; }

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

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

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

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

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

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

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

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