Html Css Color HEX #A7DBBE Vista Blue

📋 copy color: '#A7DBBE'

red 167 ◦ green 219 ◦ blue 190

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

Shades of Vista Blue #A7DBBE

Tints of Vista Blue #A7DBBE

RGB

 RED value IS 167 (65.63% from 255) = 28.99%

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

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 28.99%
G = 38.02%
B = 32.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#A7DBBE (or 0xA7DBBE) is known color: Vista Blue. HEX triplet: A7, DB and BE. RGB value is (167,219,190). Sum of RGB (Red+Green+Blue) = 167+219+190=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBBE is #582441. Grayscale: #C8C8C8. Windows color (decimal): -5776450 or 12508071. OLE color: 12508071.

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

Color convert

RGB 167 219 190 -
CMYK 0.24 0 0.13 0.14
HSL 146.54º 0.42% 0.76% -
HSV(B) 146.54º 0.24% 0.86% -
XYZ 50.56 62.6 58.13 -
YUV 200.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 167 219 190 0.24 0 0.13 0.14 146.54 0.42 0.76
Hex A7 DB BE 18 0 D E 93 2A 4C
Octal 247 333 276 30 0 15 16 223 52 114
Binary 10100111 11011011 10111110 11000 0 1101 1110 10010011 101010 1001100

Color Harmonies of #A7DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBBE

Black with #A7DBBE

Text Example


Text Example

White with #A7DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DBBE; }

 p { color: rgb(167,219,190); }

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

background-color css

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

 a { background-color: rgb(167,219,190); }

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

border-color css

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

 span { border-color: rgb(167,219,190); }

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