Html Css Color HEX #ADD3C6 Jet Stream

📋 copy color: '#ADD3C6'

red 173 ◦ green 211 ◦ blue 198

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

Shades of Jet Stream #ADD3C6

Tints of Jet Stream #ADD3C6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 29.73%
G = 36.25%
B = 34.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#ADD3C6 (or 0xADD3C6) is known color: Jet Stream. HEX triplet: AD, D3 and C6. RGB value is (173,211,198). Sum of RGB (Red+Green+Blue) = 173+211+198=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3C6 is #522C39. Grayscale: #C6C6C6. Windows color (decimal): -5385274 or 13030317. OLE color: 13030317.

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

Color convert

RGB 173 211 198 -
CMYK 0.18 0 0.06 0.17
HSL 159.47º 0.3% 0.75% -
HSV(B) 159.47º 0.18% 0.83% -
XYZ 50.72 59.55 62.25 -
YUV 198.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 173 211 198 0.18 0 0.06 0.17 159.47 0.3 0.75
Hex AD D3 C6 12 0 6 11 9F 1E 4B
Octal 255 323 306 22 0 6 21 237 36 113
Binary 10101101 11010011 11000110 10010 0 110 10001 10011111 11110 1001011

Color Harmonies of #ADD3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3C6

Black with #ADD3C6

Text Example


Text Example

White with #ADD3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3C6; }

 p { color: rgb(173,211,198); }

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

background-color css

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

 a { background-color: rgb(173,211,198); }

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

border-color css

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

 span { border-color: rgb(173,211,198); }

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