Html Css Color HEX #93CEB5 Vista Blue

📋 copy color: '#93CEB5'

red 147 ◦ green 206 ◦ blue 181

#93CEB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #93CEB5

Tints of Vista Blue #93CEB5

RGB

 RED value IS 147 (57.81% from 255) = 27.53%

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 27.53%
G = 38.58%
B = 33.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#93CEB5 (or 0x93CEB5) is known color: Vista Blue. HEX triplet: 93, CE and B5. RGB value is (147,206,181). Sum of RGB (Red+Green+Blue) = 147+206+181=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEB5 is #6C314A. Grayscale: #B9B9B9. Windows color (decimal): -7090507 or 11914899. OLE color: 11914899.

HSL color Cylindrical-coordinate representation of color #93CEB5: hue angle of 154.58º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEB5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 181 -
CMYK 0.29 0 0.12 0.19
HSL 154.58º 0.38% 0.69% -
HSV(B) 154.58º 0.29% 0.81% -
XYZ 42.44 53.68 51.84 -
YUV 185.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 147 206 181 0.29 0 0.12 0.19 154.58 0.38 0.69
Hex 93 CE B5 1D 0 C 13 9B 26 45
Octal 223 316 265 35 0 14 23 233 46 105
Binary 10010011 11001110 10110101 11101 0 1100 10011 10011011 100110 1000101

Color Harmonies of #93CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEB5

Black with #93CEB5

Text Example


Text Example

White with #93CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,181); }

 H1.HeaderClassName
 {
   color: #93CEB5;
 }
 .AnyTagClassName
 {
   color: #93CEB5;
 }
</style>

background-color css

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

 a { background-color: rgb(147,206,181); }

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

border-color css

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

 span { border-color: rgb(147,206,181); }

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