Html Css Color HEX #ADD0C1 Jet Stream

📋 copy color: '#ADD0C1'

red 173 ◦ green 208 ◦ blue 193

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

Shades of Jet Stream #ADD0C1

Tints of Jet Stream #ADD0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.62%

R = 30.14%
G = 36.24%
B = 33.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#ADD0C1 (or 0xADD0C1) is known color: Jet Stream. HEX triplet: AD, D0 and C1. RGB value is (173,208,193). Sum of RGB (Red+Green+Blue) = 173+208+193=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C1 is #522F3E. Grayscale: #C3C3C3. Windows color (decimal): -5386047 or 12701869. OLE color: 12701869.

HSL color Cylindrical-coordinate representation of color #ADD0C1: hue angle of 154.29º 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 #ADD0C1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 193 -
CMYK 0.17 0 0.07 0.18
HSL 154.29º 0.27% 0.75% -
HSV(B) 154.29º 0.17% 0.82% -
XYZ 49.42 57.85 59.01 -
YUV 195.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 173 208 193 0.17 0 0.07 0.18 154.29 0.27 0.75
Hex AD D0 C1 11 0 7 12 9A 1B 4B
Octal 255 320 301 21 0 7 22 232 33 113
Binary 10101101 11010000 11000001 10001 0 111 10010 10011010 11011 1001011

Color Harmonies of #ADD0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0C1

Black with #ADD0C1

Text Example


Text Example

White with #ADD0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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