#ADDBC8

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

Shades of Jet Stream #ADDBC8

Tints of Jet Stream #ADDBC8

Color information

#ADDBC8 (or 0xADDBC8) is unknown color: approx Jet Stream. HEX triplet: AD, DB and C8. RGB value is (173,219,200). Sum of RGB (Red+Green+Blue) = 173+219+200=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC8 is #522437. Grayscale: #CBCBCB. Windows color (decimal): -5383224 or 13163437. OLE color: 13163437.

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

Color convert

RGB173219200-
CMYK0.2100.090.14
HSL155.22º38.98%76.86%-
HSV(B)155.22º21%85.88%-
XYZ52.9963.7264.15-
YUV203.08126.26106.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=29.22%
G=36.99%
B=33.78%

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
Decimal1732192000.2100.090.14155.2238.9876.86
HexADDBC81509E9b274d
Octal255333310250111623347115
Binary10101101110110111100100010101010011110100110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBC8; }

 p { color: rgb(173,219,200); }

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

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

 a { background-color: rgb(173,219,200); }

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

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

 span { border-color: rgb(173,219,200); }

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