#94DBB2

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

Shades of Vista Blue #94DBB2

Tints of Vista Blue #94DBB2

Color information

#94DBB2 (or 0x94DBB2) is unknown color: approx Vista Blue. HEX triplet: 94, DB and B2. RGB value is (148,219,178). Sum of RGB (Red+Green+Blue) = 148+219+178=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DBB2 is #6B244D. Grayscale: #C1C1C1. Windows color (decimal): -7021646 or 11721620. OLE color: 11721620.

HSL color Cylindrical-coordinate representation of color #94DBB2: hue angle of 145.35º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBB2 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB148219178-
CMYK0.3200.190.14
HSL145.35º49.65%71.96%-
HSV(B)145.35º32.42%85.88%-
XYZ45.5860.1751.33-
YUV193.1119.4895.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=27.16%
G=40.18%
B=32.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191780.3200.190.14145.3549.6571.96
Hex94DBB220013E913248
Octal224333262400231622162110
Binary1001010011011011101100101000000100111110100100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DBB2; }

 p { color: rgb(148,219,178); }

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

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

 a { background-color: rgb(148,219,178); }

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

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

 span { border-color: rgb(148,219,178); }

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