Html Css Color HEX #AADAC7 Jet Stream

📋 copy color: '#AADAC7'

red 170 ◦ green 218 ◦ blue 199

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

Shades of Jet Stream #AADAC7

Tints of Jet Stream #AADAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 28.96%
G = 37.14%
B = 33.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#AADAC7 (or 0xAADAC7) is known color: Jet Stream. HEX triplet: AA, DA and C7. RGB value is (170,218,199). Sum of RGB (Red+Green+Blue) = 170+218+199=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC7 is #552538. Grayscale: #C9C9C9. Windows color (decimal): -5580089 or 13097642. OLE color: 13097642.

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

Color convert

RGB 170 218 199 -
CMYK 0.22 0 0.09 0.15
HSL 156.25º 0.39% 0.76% -
HSV(B) 156.25º 0.22% 0.85% -
XYZ 51.96 62.81 63.42 -
YUV 201.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 170 218 199 0.22 0 0.09 0.15 156.25 0.39 0.76
Hex AA DA C7 16 0 9 F 9C 27 4C
Octal 252 332 307 26 0 11 17 234 47 114
Binary 10101010 11011010 11000111 10110 0 1001 1111 10011100 100111 1001100

Color Harmonies of #AADAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAC7

Black with #AADAC7

Text Example


Text Example

White with #AADAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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