#94CBB3

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

Shades of Vista Blue #94CBB3

Tints of Vista Blue #94CBB3

Color information

#94CBB3 (or 0x94CBB3) is unknown color: approx Vista Blue. HEX triplet: 94, CB and B3. RGB value is (148,203,179). Sum of RGB (Red+Green+Blue) = 148+203+179=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBB3 is #6B344C. Grayscale: #B7B7B7. Windows color (decimal): -7025741 or 11783060. OLE color: 11783060.

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

Color convert

RGB148203179-
CMYK0.2700.120.20
HSL153.82º34.59%68.82%-
HSV(B)153.82º27.09%79.61%-
XYZ41.7152.2650.54-
YUV183.82125.28102.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=27.92%
G=38.30%
B=33.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031790.2700.120.20153.8234.5968.82
Hex94CBB31B0C149a2345
Octal224313263330142423243105
Binary100101001100101110110011110110110010100100110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,179); }

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

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

 a { background-color: rgb(148,203,179); }

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

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

 span { border-color: rgb(148,203,179); }

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