Html Css Color HEX #ADD8C3 Jet Stream

📋 copy color: '#ADD8C3'

red 173 ◦ green 216 ◦ blue 195

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

Shades of Jet Stream #ADD8C3

Tints of Jet Stream #ADD8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.39%

R = 29.62%
G = 36.99%
B = 33.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#ADD8C3 (or 0xADD8C3) is known color: Jet Stream. HEX triplet: AD, D8 and C3. RGB value is (173,216,195). Sum of RGB (Red+Green+Blue) = 173+216+195=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8C3 is #52273C. Grayscale: #C8C8C8. Windows color (decimal): -5383997 or 12834989. OLE color: 12834989.

HSL color Cylindrical-coordinate representation of color #ADD8C3: hue angle of 150.7º 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 #ADD8C3 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 195 -
CMYK 0.20 0 0.10 0.15
HSL 150.7º 0.36% 0.76% -
HSV(B) 150.7º 0.2% 0.85% -
XYZ 51.64 61.94 60.86 -
YUV 200.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 173 216 195 0.20 0 0.10 0.15 150.7 0.36 0.76
Hex AD D8 C3 14 0 A F 97 24 4C
Octal 255 330 303 24 0 12 17 227 44 114
Binary 10101101 11011000 11000011 10100 0 1010 1111 10010111 100100 1001100

Color Harmonies of #ADD8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8C3

Black with #ADD8C3

Text Example


Text Example

White with #ADD8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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