Html Css Color HEX #A8DCBB Vista Blue

📋 copy color: '#A8DCBB'

red 168 ◦ green 220 ◦ blue 187

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

Shades of Vista Blue #A8DCBB

Tints of Vista Blue #A8DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

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

R = 29.22%
G = 38.26%
B = 32.52%

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

#A8DCBB (or 0xA8DCBB) is known color: Vista Blue. HEX triplet: A8, DC and BB. RGB value is (168,220,187). Sum of RGB (Red+Green+Blue) = 168+220+187=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCBB is #572344. Grayscale: #C8C8C8. Windows color (decimal): -5710661 or 12311720. OLE color: 12311720.

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

Color convert

RGB 168 220 187 -
CMYK 0.24 0 0.15 0.14
HSL 141.92º 0.43% 0.76% -
HSV(B) 141.92º 0.24% 0.86% -
XYZ 50.71 63.1 56.52 -
YUV 200.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 168 220 187 0.24 0 0.15 0.14 141.92 0.43 0.76
Hex A8 DC BB 18 0 F E 8E 2B 4C
Octal 250 334 273 30 0 17 16 216 53 114
Binary 10101000 11011100 10111011 11000 0 1111 1110 10001110 101011 1001100

Color Harmonies of #A8DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCBB

Black with #A8DCBB

Text Example


Text Example

White with #A8DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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