Html Css Color HEX #A8DBBB Vista Blue

📋 copy color: '#A8DBBB'

red 168 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #A8DBBB

Tints of Vista Blue #A8DBBB

RGB

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

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

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

R = 29.27%
G = 38.15%
B = 32.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A8DBBB (or 0xA8DBBB) is known color: Vista Blue. HEX triplet: A8, DB and BB. RGB value is (168,219,187). Sum of RGB (Red+Green+Blue) = 168+219+187=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBB is #572444. Grayscale: #C8C8C8. Windows color (decimal): -5710917 or 12311464. OLE color: 12311464.

HSL color Cylindrical-coordinate representation of color #A8DBBB: hue angle of 142.35º 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 #A8DBBB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 187 -
CMYK 0.23 0 0.15 0.14
HSL 142.35º 0.41% 0.76% -
HSV(B) 142.35º 0.23% 0.86% -
XYZ 50.45 62.58 56.43 -
YUV 200.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 168 219 187 0.23 0 0.15 0.14 142.35 0.41 0.76
Hex A8 DB BB 17 0 F E 8E 29 4C
Octal 250 333 273 27 0 17 16 216 51 114
Binary 10101000 11011011 10111011 10111 0 1111 1110 10001110 101001 1001100

Color Harmonies of #A8DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBBB

Black with #A8DBBB

Text Example


Text Example

White with #A8DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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