Html Css Color HEX #93CEAB Vista Blue

📋 copy color: '#93CEAB'

red 147 ◦ green 206 ◦ blue 171

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

Shades of Vista Blue #93CEAB

Tints of Vista Blue #93CEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 28.05%
G = 39.31%
B = 32.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#93CEAB (or 0x93CEAB) is known color: Vista Blue. HEX triplet: 93, CE and AB. RGB value is (147,206,171). Sum of RGB (Red+Green+Blue) = 147+206+171=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEAB is #6C3154. Grayscale: #B8B8B8. Windows color (decimal): -7090517 or 11259539. OLE color: 11259539.

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

Color convert

RGB 147 206 171 -
CMYK 0.29 0 0.17 0.19
HSL 144.41º 0.38% 0.69% -
HSV(B) 144.41º 0.29% 0.81% -
XYZ 41.45 53.29 46.63 -
YUV 184.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 147 206 171 0.29 0 0.17 0.19 144.41 0.38 0.69
Hex 93 CE AB 1D 0 11 13 90 26 45
Octal 223 316 253 35 0 21 23 220 46 105
Binary 10010011 11001110 10101011 11101 0 10001 10011 10010000 100110 1000101

Color Harmonies of #93CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEAB

Black with #93CEAB

Text Example


Text Example

White with #93CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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