Html Css Color HEX #AADAC5 Jet Stream

📋 copy color: '#AADAC5'

red 170 ◦ green 218 ◦ blue 197

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

Shades of Jet Stream #AADAC5

Tints of Jet Stream #AADAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.68%

R = 29.06%
G = 37.26%
B = 33.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#AADAC5 (or 0xAADAC5) is known color: Jet Stream. HEX triplet: AA, DA and C5. RGB value is (170,218,197). Sum of RGB (Red+Green+Blue) = 170+218+197=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC5 is #55253A. Grayscale: #C9C9C9. Windows color (decimal): -5580091 or 12966570. OLE color: 12966570.

HSL color Cylindrical-coordinate representation of color #AADAC5: hue angle of 153.75º 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 #AADAC5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 197 -
CMYK 0.22 0 0.10 0.15
HSL 153.75º 0.39% 0.76% -
HSV(B) 153.75º 0.22% 0.85% -
XYZ 51.73 62.72 62.2 -
YUV 201.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 170 218 197 0.22 0 0.10 0.15 153.75 0.39 0.76
Hex AA DA C5 16 0 A F 9A 27 4C
Octal 252 332 305 26 0 12 17 232 47 114
Binary 10101010 11011010 11000101 10110 0 1010 1111 10011010 100111 1001100

Color Harmonies of #AADAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAC5

Black with #AADAC5

Text Example


Text Example

White with #AADAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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