Html Css Color HEX #A7DEBF Vista Blue

📋 copy color: '#A7DEBF'

red 167 ◦ green 222 ◦ blue 191

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

Shades of Vista Blue #A7DEBF

Tints of Vista Blue #A7DEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 191 (75% from 255) = 32.93%

R = 28.79%
G = 38.28%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#A7DEBF (or 0xA7DEBF) is known color: Vista Blue. HEX triplet: A7, DE and BF. RGB value is (167,222,191). Sum of RGB (Red+Green+Blue) = 167+222+191=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEBF is #582140. Grayscale: #CACACA. Windows color (decimal): -5775681 or 12574375. OLE color: 12574375.

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

Color convert

RGB 167 222 191 -
CMYK 0.25 0 0.14 0.13
HSL 146.18º 0.45% 0.76% -
HSV(B) 146.18º 0.25% 0.87% -
XYZ 51.46 64.22 58.97 -
YUV 202.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 167 222 191 0.25 0 0.14 0.13 146.18 0.45 0.76
Hex A7 DE BF 19 0 E D 92 2D 4C
Octal 247 336 277 31 0 16 15 222 55 114
Binary 10100111 11011110 10111111 11001 0 1110 1101 10010010 101101 1001100

Color Harmonies of #A7DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DEBF

Black with #A7DEBF

Text Example


Text Example

White with #A7DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DEBF; }

 p { color: rgb(167,222,191); }

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

background-color css

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

 a { background-color: rgb(167,222,191); }

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

border-color css

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

 span { border-color: rgb(167,222,191); }

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