Html Css Color HEX #93CEB2 Vista Blue

📋 copy color: '#93CEB2'

red 147 ◦ green 206 ◦ blue 178

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

Shades of Vista Blue #93CEB2

Tints of Vista Blue #93CEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 27.68%
G = 38.79%
B = 33.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#93CEB2 (or 0x93CEB2) is known color: Vista Blue. HEX triplet: 93, CE and B2. RGB value is (147,206,178). Sum of RGB (Red+Green+Blue) = 147+206+178=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEB2 is #6C314D. Grayscale: #B9B9B9. Windows color (decimal): -7090510 or 11718291. OLE color: 11718291.

HSL color Cylindrical-coordinate representation of color #93CEB2: hue angle of 151.53º 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 #93CEB2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 178 -
CMYK 0.29 0 0.14 0.19
HSL 151.53º 0.38% 0.69% -
HSV(B) 151.53º 0.29% 0.81% -
XYZ 42.14 53.56 50.24 -
YUV 185.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 147 206 178 0.29 0 0.14 0.19 151.53 0.38 0.69
Hex 93 CE B2 1D 0 E 13 98 26 45
Octal 223 316 262 35 0 16 23 230 46 105
Binary 10010011 11001110 10110010 11101 0 1110 10011 10011000 100110 1000101

Color Harmonies of #93CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEB2

Black with #93CEB2

Text Example


Text Example

White with #93CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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