Html Css Color HEX #ADD5C7 Jet Stream

📋 copy color: '#ADD5C7'

red 173 ◦ green 213 ◦ blue 199

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

Shades of Jet Stream #ADD5C7

Tints of Jet Stream #ADD5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 29.57%
G = 36.41%
B = 34.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#ADD5C7 (or 0xADD5C7) is known color: Jet Stream. HEX triplet: AD, D5 and C7. RGB value is (173,213,199). Sum of RGB (Red+Green+Blue) = 173+213+199=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5C7 is #522A38. Grayscale: #C7C7C7. Windows color (decimal): -5384761 or 13096365. OLE color: 13096365.

HSL color Cylindrical-coordinate representation of color #ADD5C7: hue angle of 159º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 199 -
CMYK 0.19 0 0.07 0.16
HSL 159º 0.32% 0.76% -
HSV(B) 159º 0.19% 0.84% -
XYZ 51.34 60.6 63.02 -
YUV 199.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 173 213 199 0.19 0 0.07 0.16 159 0.32 0.76
Hex AD D5 C7 13 0 7 10 9F 20 4C
Octal 255 325 307 23 0 7 20 237 40 114
Binary 10101101 11010101 11000111 10011 0 111 10000 10011111 100000 1001100

Color Harmonies of #ADD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5C7

Black with #ADD5C7

Text Example


Text Example

White with #ADD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5C7; }

 p { color: rgb(173,213,199); }

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

background-color css

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

 a { background-color: rgb(173,213,199); }

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

border-color css

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

 span { border-color: rgb(173,213,199); }

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