#93CBB4

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

Shades of Vista Blue #93CBB4

Tints of Vista Blue #93CBB4

Color information

#93CBB4 (or 0x93CBB4) is unknown color: approx Vista Blue. HEX triplet: 93, CB and B4. RGB value is (147,203,180). Sum of RGB (Red+Green+Blue) = 147+203+180=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBB4 is #6C344B. Grayscale: #B7B7B7. Windows color (decimal): -7091276 or 11848595. OLE color: 11848595.

HSL color Cylindrical-coordinate representation of color #93CBB4: hue angle of 155.36º degrees, saturation: 0.35, 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 #93CBB4 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB147203180-
CMYK0.2800.110.20
HSL155.36º35%68.63%-
HSV(B)155.36º27.59%79.61%-
XYZ41.6352.2151.06-
YUV183.63125.95101.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=27.74%
G=38.30%
B=33.96%

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
Decimal1472031800.2800.110.20155.363568.63
Hex93CBB41C0B149b2345
Octal223313264340132423343105
Binary100100111100101110110100111000101110100100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CBB4; }

 p { color: rgb(147,203,180); }

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

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

 a { background-color: rgb(147,203,180); }

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

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

 span { border-color: rgb(147,203,180); }

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