Html Css Color HEX #A8DBBE Vista Blue

📋 copy color: '#A8DBBE'

red 168 ◦ green 219 ◦ blue 190

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

Shades of Vista Blue #A8DBBE

Tints of Vista Blue #A8DBBE

RGB

 RED value IS 168 (66.02% from 255) = 29.12%

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

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

R = 29.12%
G = 37.95%
B = 32.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#A8DBBE (or 0xA8DBBE) is known color: Vista Blue. HEX triplet: A8, DB and BE. RGB value is (168,219,190). Sum of RGB (Red+Green+Blue) = 168+219+190=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBE is #572441. Grayscale: #C8C8C8. Windows color (decimal): -5710914 or 12508072. OLE color: 12508072.

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

Color convert

RGB 168 219 190 -
CMYK 0.23 0 0.13 0.14
HSL 145.88º 0.41% 0.76% -
HSV(B) 145.88º 0.23% 0.86% -
XYZ 50.77 62.71 58.14 -
YUV 200.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 168 219 190 0.23 0 0.13 0.14 145.88 0.41 0.76
Hex A8 DB BE 17 0 D E 92 29 4C
Octal 250 333 276 27 0 15 16 222 51 114
Binary 10101000 11011011 10111110 10111 0 1101 1110 10010010 101001 1001100

Color Harmonies of #A8DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBBE

Black with #A8DBBE

Text Example


Text Example

White with #A8DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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