#94CDB6

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

Shades of Vista Blue #94CDB6

Tints of Vista Blue #94CDB6

Color information

#94CDB6 (or 0x94CDB6) is unknown color: approx Vista Blue. HEX triplet: 94, CD and B6. RGB value is (148,205,182). Sum of RGB (Red+Green+Blue) = 148+205+182=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDB6 is #6B3249. Grayscale: #B9B9B9. Windows color (decimal): -7025226 or 11980180. OLE color: 11980180.

HSL color Cylindrical-coordinate representation of color #94CDB6: hue angle of 155.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDB6 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB148205182-
CMYK0.2800.110.20
HSL155.79º36.31%69.22%-
HSV(B)155.79º27.8%80.39%-
XYZ42.4953.3452.31-
YUV185.33126.12101.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=27.66%
G=38.32%
B=34.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051820.2800.110.20155.7936.3169.22
Hex94CDB61C0B149c2445
Octal224315266340132423444105
Binary100101001100110110110110111000101110100100111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,182); }

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

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

 a { background-color: rgb(148,205,182); }

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

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

 span { border-color: rgb(148,205,182); }

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