Html Css Color HEX #A6DBBB Vista Blue

📋 copy color: '#A6DBBB'

red 166 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #A6DBBB

Tints of Vista Blue #A6DBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

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

R = 29.02%
G = 38.29%
B = 32.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A6DBBB (or 0xA6DBBB) is known color: Vista Blue. HEX triplet: A6, DB and BB. RGB value is (166,219,187). Sum of RGB (Red+Green+Blue) = 166+219+187=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBBB is #592444. Grayscale: #C7C7C7. Windows color (decimal): -5841989 or 12311462. OLE color: 12311462.

HSL color Cylindrical-coordinate representation of color #A6DBBB: hue angle of 143.77º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBBB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 187 -
CMYK 0.24 0 0.15 0.14
HSL 143.77º 0.42% 0.75% -
HSV(B) 143.77º 0.24% 0.86% -
XYZ 50.03 62.36 56.41 -
YUV 199.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 166 219 187 0.24 0 0.15 0.14 143.77 0.42 0.75
Hex A6 DB BB 18 0 F E 90 2A 4B
Octal 246 333 273 30 0 17 16 220 52 113
Binary 10100110 11011011 10111011 11000 0 1111 1110 10010000 101010 1001011

Color Harmonies of #A6DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBBB

Black with #A6DBBB

Text Example


Text Example

White with #A6DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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