Html Css Color HEX #A6CAB8 Vista Blue

📋 copy color: '#A6CAB8'

red 166 ◦ green 202 ◦ blue 184

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

Shades of Vista Blue #A6CAB8

Tints of Vista Blue #A6CAB8

RGB

 RED value IS 166 (65.23% from 255) = 30.07%

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 30.07%
G = 36.59%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#A6CAB8 (or 0xA6CAB8) is known color: Vista Blue. HEX triplet: A6, CA and B8. RGB value is (166,202,184). Sum of RGB (Red+Green+Blue) = 166+202+184=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB8 is #593547. Grayscale: #BDBDBD. Windows color (decimal): -5846344 or 12110502. OLE color: 12110502.

HSL color Cylindrical-coordinate representation of color #A6CAB8: hue angle of 150º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAB8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 184 -
CMYK 0.18 0 0.09 0.21
HSL 150º 0.25% 0.72% -
HSV(B) 150º 0.18% 0.79% -
XYZ 45.5 53.81 53.34 -
YUV 189.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 166 202 184 0.18 0 0.09 0.21 150 0.25 0.72
Hex A6 CA B8 12 0 9 15 96 19 48
Octal 246 312 270 22 0 11 25 226 31 110
Binary 10100110 11001010 10111000 10010 0 1001 10101 10010110 11001 1001000

Color Harmonies of #A6CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAB8

Black with #A6CAB8

Text Example


Text Example

White with #A6CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAB8; }

 p { color: rgb(166,202,184); }

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

background-color css

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

 a { background-color: rgb(166,202,184); }

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

border-color css

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

 span { border-color: rgb(166,202,184); }

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