Html Css Color HEX #ADD0C5 Jet Stream

📋 copy color: '#ADD0C5'

red 173 ◦ green 208 ◦ blue 197

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

Shades of Jet Stream #ADD0C5

Tints of Jet Stream #ADD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

 BLUE value IS 197 (77.34% from 255) = 34.08%

R = 29.93%
G = 35.99%
B = 34.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#ADD0C5 (or 0xADD0C5) is known color: Jet Stream. HEX triplet: AD, D0 and C5. RGB value is (173,208,197). Sum of RGB (Red+Green+Blue) = 173+208+197=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C5 is #522F3A. Grayscale: #C4C4C4. Windows color (decimal): -5386043 or 12964013. OLE color: 12964013.

HSL color Cylindrical-coordinate representation of color #ADD0C5: hue angle of 161.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0C5 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 197 -
CMYK 0.17 0 0.05 0.18
HSL 161.14º 0.27% 0.75% -
HSV(B) 161.14º 0.17% 0.82% -
XYZ 49.87 58.03 61.4 -
YUV 196.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 173 208 197 0.17 0 0.05 0.18 161.14 0.27 0.75
Hex AD D0 C5 11 0 5 12 A1 1B 4B
Octal 255 320 305 21 0 5 22 241 33 113
Binary 10101101 11010000 11000101 10001 0 101 10010 10100001 11011 1001011

Color Harmonies of #ADD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0C5

Black with #ADD0C5

Text Example


Text Example

White with #ADD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0C5; }

 p { color: rgb(173,208,197); }

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

background-color css

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

 a { background-color: rgb(173,208,197); }

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

border-color css

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

 span { border-color: rgb(173,208,197); }

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