Html Css Color HEX #93CEB6 Vista Blue

📋 copy color: '#93CEB6'

red 147 ◦ green 206 ◦ blue 182

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

Shades of Vista Blue #93CEB6

Tints of Vista Blue #93CEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 27.48%
G = 38.5%
B = 34.02%

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

#93CEB6 (or 0x93CEB6) is known color: Vista Blue. HEX triplet: 93, CE and B6. RGB value is (147,206,182). Sum of RGB (Red+Green+Blue) = 147+206+182=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEB6 is #6C3149. Grayscale: #B9B9B9. Windows color (decimal): -7090506 or 11980435. OLE color: 11980435.

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

Color convert

RGB 147 206 182 -
CMYK 0.29 0 0.12 0.19
HSL 155.59º 0.38% 0.69% -
HSV(B) 155.59º 0.29% 0.81% -
XYZ 42.55 53.72 52.38 -
YUV 185.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 147 206 182 0.29 0 0.12 0.19 155.59 0.38 0.69
Hex 93 CE B6 1D 0 C 13 9C 26 45
Octal 223 316 266 35 0 14 23 234 46 105
Binary 10010011 11001110 10110110 11101 0 1100 10011 10011100 100110 1000101

Color Harmonies of #93CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEB6

Black with #93CEB6

Text Example


Text Example

White with #93CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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