Html Css Color HEX #ADD6C4 Jet Stream

📋 copy color: '#ADD6C4'

red 173 ◦ green 214 ◦ blue 196

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

Shades of Jet Stream #ADD6C4

Tints of Jet Stream #ADD6C4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 29.67%
G = 36.71%
B = 33.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#ADD6C4 (or 0xADD6C4) is known color: Jet Stream. HEX triplet: AD, D6 and C4. RGB value is (173,214,196). Sum of RGB (Red+Green+Blue) = 173+214+196=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C4 is #52293B. Grayscale: #C7C7C7. Windows color (decimal): -5384508 or 12900013. OLE color: 12900013.

HSL color Cylindrical-coordinate representation of color #ADD6C4: hue angle of 153.66º degrees, saturation: 0.33, 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 #ADD6C4 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 196 -
CMYK 0.19 0 0.08 0.16
HSL 153.66º 0.33% 0.76% -
HSV(B) 153.66º 0.19% 0.84% -
XYZ 51.24 60.96 61.29 -
YUV 199.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 173 214 196 0.19 0 0.08 0.16 153.66 0.33 0.76
Hex AD D6 C4 13 0 8 10 9A 21 4C
Octal 255 326 304 23 0 10 20 232 41 114
Binary 10101101 11010110 11000100 10011 0 1000 10000 10011010 100001 1001100

Color Harmonies of #ADD6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6C4

Black with #ADD6C4

Text Example


Text Example

White with #ADD6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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