Html Css Color HEX #A9DAC6 Jet Stream

📋 copy color: '#A9DAC6'

red 169 ◦ green 218 ◦ blue 198

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

Shades of Jet Stream #A9DAC6

Tints of Jet Stream #A9DAC6

RGB

 RED value IS 169 (66.41% from 255) = 28.89%

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

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

R = 28.89%
G = 37.26%
B = 33.85%

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

#A9DAC6 (or 0xA9DAC6) is known color: Jet Stream. HEX triplet: A9, DA and C6. RGB value is (169,218,198). Sum of RGB (Red+Green+Blue) = 169+218+198=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAC6 is #562539. Grayscale: #C9C9C9. Windows color (decimal): -5645626 or 13032105. OLE color: 13032105.

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

Color convert

RGB 169 218 198 -
CMYK 0.22 0 0.09 0.15
HSL 155.51º 0.4% 0.76% -
HSV(B) 155.51º 0.22% 0.85% -
XYZ 51.63 62.66 62.8 -
YUV 201.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 169 218 198 0.22 0 0.09 0.15 155.51 0.4 0.76
Hex A9 DA C6 16 0 9 F 9C 28 4C
Octal 251 332 306 26 0 11 17 234 50 114
Binary 10101001 11011010 11000110 10110 0 1001 1111 10011100 101000 1001100

Color Harmonies of #A9DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAC6

Black with #A9DAC6

Text Example


Text Example

White with #A9DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAC6; }

 p { color: rgb(169,218,198); }

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

background-color css

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

 a { background-color: rgb(169,218,198); }

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

border-color css

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

 span { border-color: rgb(169,218,198); }

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