#81DBA8

Color #81DBA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #81DBA8

Tints of Vista Blue #81DBA8

Color information

#81DBA8 (or 0x81DBA8) is unknown color: approx Vista Blue. HEX triplet: 81, DB and A8. RGB value is (129,219,168). Sum of RGB (Red+Green+Blue) = 129+219+168=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBA8 is #7E2457. Grayscale: #BABABA. Windows color (decimal): -8266840 or 11066241. OLE color: 11066241.

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

Color convert

RGB129219168-
CMYK0.4100.230.14
HSL146º55.56%68.24%-
HSV(B)146º41.1%85.88%-
XYZ41.4558.1646.09-
YUV186.28117.6887.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=25%
G=42.44%
B=32.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292191680.4100.230.1414655.5668.24
Hex81DBA829017E923844
Octal201333250510271622270104
Binary1000000111011011101010001010010101111110100100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DBA8; }

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

 H1.HeaderClassName
 {
   color: #81DBA8;
 }
 .AnyTagClassName
 {
   color: #81DBA8;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #81DBA8;
 }
 .BgClassName
 {
   background-color: #81DBA8;
 }
</style>
border-color css

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

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

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