Html Css Color HEX #A6CEBB Vista Blue

📋 copy color: '#A6CEBB'

red 166 ◦ green 206 ◦ blue 187

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

Shades of Vista Blue #A6CEBB

Tints of Vista Blue #A6CEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 29.7%
G = 36.85%
B = 33.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#A6CEBB (or 0xA6CEBB) is known color: Vista Blue. HEX triplet: A6, CE and BB. RGB value is (166,206,187). Sum of RGB (Red+Green+Blue) = 166+206+187=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEBB is #593144. Grayscale: #BFBFBF. Windows color (decimal): -5845317 or 12308134. OLE color: 12308134.

HSL color Cylindrical-coordinate representation of color #A6CEBB: hue angle of 151.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEBB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 187 -
CMYK 0.19 0 0.09 0.19
HSL 151.5º 0.29% 0.73% -
HSV(B) 151.5º 0.19% 0.81% -
XYZ 46.77 55.84 55.33 -
YUV 191.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 166 206 187 0.19 0 0.09 0.19 151.5 0.29 0.73
Hex A6 CE BB 13 0 9 13 98 1D 49
Octal 246 316 273 23 0 11 23 230 35 111
Binary 10100110 11001110 10111011 10011 0 1001 10011 10011000 11101 1001001

Color Harmonies of #A6CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEBB

Black with #A6CEBB

Text Example


Text Example

White with #A6CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEBB; }

 p { color: rgb(166,206,187); }

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

background-color css

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

 a { background-color: rgb(166,206,187); }

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

border-color css

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

 span { border-color: rgb(166,206,187); }

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