Html Css Color HEX #ADD8C4 Jet Stream

📋 copy color: '#ADD8C4'

red 173 ◦ green 216 ◦ blue 196

#ADD8C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #ADD8C4

Tints of Jet Stream #ADD8C4

RGB

 RED value IS 173 (67.97% from 255) = 29.57%

 GREEN value IS 216 (84.77% from 255) = 36.92%

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 29.57%
G = 36.92%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#ADD8C4 (or 0xADD8C4) is known color: Jet Stream. HEX triplet: AD, D8 and C4. RGB value is (173,216,196). Sum of RGB (Red+Green+Blue) = 173+216+196=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8C4 is #52273B. Grayscale: #C8C8C8. Windows color (decimal): -5383996 or 12900525. OLE color: 12900525.

HSL color Cylindrical-coordinate representation of color #ADD8C4: hue angle of 152.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8C4 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 196 -
CMYK 0.20 0 0.09 0.15
HSL 152.09º 0.36% 0.76% -
HSV(B) 152.09º 0.2% 0.85% -
XYZ 51.75 61.98 61.46 -
YUV 200.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 173 216 196 0.20 0 0.09 0.15 152.09 0.36 0.76
Hex AD D8 C4 14 0 9 F 98 24 4C
Octal 255 330 304 24 0 11 17 230 44 114
Binary 10101101 11011000 11000100 10100 0 1001 1111 10011000 100100 1001100

Color Harmonies of #ADD8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8C4

Black with #ADD8C4

Text Example


Text Example

White with #ADD8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8C4; }

 p { color: rgb(173,216,196); }

 H1.HeaderClassName
 {
   color: #ADD8C4;
 }
 .AnyTagClassName
 {
   color: #ADD8C4;
 }
</style>

background-color css

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

 a { background-color: rgb(173,216,196); }

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

border-color css

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

 span { border-color: rgb(173,216,196); }

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