Html Css Color HEX #A6CCB8 Vista Blue

📋 copy color: '#A6CCB8'

red 166 ◦ green 204 ◦ blue 184

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

Shades of Vista Blue #A6CCB8

Tints of Vista Blue #A6CCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 29.96%
G = 36.82%
B = 33.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#A6CCB8 (or 0xA6CCB8) is known color: Vista Blue. HEX triplet: A6, CC and B8. RGB value is (166,204,184). Sum of RGB (Red+Green+Blue) = 166+204+184=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCB8 is #593347. Grayscale: #BEBEBE. Windows color (decimal): -5845832 or 12111014. OLE color: 12111014.

HSL color Cylindrical-coordinate representation of color #A6CCB8: hue angle of 148.42º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCB8 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 184 -
CMYK 0.19 0 0.10 0.2
HSL 148.42º 0.27% 0.73% -
HSV(B) 148.42º 0.19% 0.8% -
XYZ 45.97 54.75 53.49 -
YUV 190.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 166 204 184 0.19 0 0.10 0.2 148.42 0.27 0.73
Hex A6 CC B8 13 0 A 14 94 1B 49
Octal 246 314 270 23 0 12 24 224 33 111
Binary 10100110 11001100 10111000 10011 0 1010 10100 10010100 11011 1001001

Color Harmonies of #A6CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCB8

Black with #A6CCB8

Text Example


Text Example

White with #A6CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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