Html Css Color HEX #AADAC3 Jet Stream

📋 copy color: '#AADAC3'

red 170 ◦ green 218 ◦ blue 195

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

Shades of Jet Stream #AADAC3

Tints of Jet Stream #AADAC3

RGB

 RED value IS 170 (66.8% from 255) = 29.16%

 GREEN value IS 218 (85.55% from 255) = 37.39%

 BLUE value IS 195 (76.56% from 255) = 33.45%

R = 29.16%
G = 37.39%
B = 33.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AADAC3 (or 0xAADAC3) is known color: Jet Stream. HEX triplet: AA, DA and C3. RGB value is (170,218,195). Sum of RGB (Red+Green+Blue) = 170+218+195=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC3 is #55253C. Grayscale: #C9C9C9. Windows color (decimal): -5580093 or 12835498. OLE color: 12835498.

HSL color Cylindrical-coordinate representation of color #AADAC3: hue angle of 151.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADAC3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 195 -
CMYK 0.22 0 0.11 0.15
HSL 151.25º 0.39% 0.76% -
HSV(B) 151.25º 0.22% 0.85% -
XYZ 51.5 62.63 61 -
YUV 201.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 170 218 195 0.22 0 0.11 0.15 151.25 0.39 0.76
Hex AA DA C3 16 0 B F 97 27 4C
Octal 252 332 303 26 0 13 17 227 47 114
Binary 10101010 11011010 11000011 10110 0 1011 1111 10010111 100111 1001100

Color Harmonies of #AADAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAC3

Black with #AADAC3

Text Example


Text Example

White with #AADAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAC3; }

 p { color: rgb(170,218,195); }

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

background-color css

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

 a { background-color: rgb(170,218,195); }

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

border-color css

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

 span { border-color: rgb(170,218,195); }

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