Html Css Color HEX #A8DAC5 Jet Stream

📋 copy color: '#A8DAC5'

red 168 ◦ green 218 ◦ blue 197

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

Shades of Jet Stream #A8DAC5

Tints of Jet Stream #A8DAC5

RGB

 RED value IS 168 (66.02% from 255) = 28.82%

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

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

R = 28.82%
G = 37.39%
B = 33.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#A8DAC5 (or 0xA8DAC5) is known color: Jet Stream. HEX triplet: A8, DA and C5. RGB value is (168,218,197). Sum of RGB (Red+Green+Blue) = 168+218+197=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC5 is #57253A. Grayscale: #C8C8C8. Windows color (decimal): -5711163 or 12966568. OLE color: 12966568.

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

Color convert

RGB 168 218 197 -
CMYK 0.23 0 0.10 0.15
HSL 154.8º 0.4% 0.76% -
HSV(B) 154.8º 0.23% 0.85% -
XYZ 51.3 62.5 62.18 -
YUV 200.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 168 218 197 0.23 0 0.10 0.15 154.8 0.4 0.76
Hex A8 DA C5 17 0 A F 9B 28 4C
Octal 250 332 305 27 0 12 17 233 50 114
Binary 10101000 11011010 11000101 10111 0 1010 1111 10011011 101000 1001100

Color Harmonies of #A8DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAC5

Black with #A8DAC5

Text Example


Text Example

White with #A8DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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