Html Css Color HEX #93CCB5 Vista Blue

📋 copy color: '#93CCB5'

red 147 ◦ green 204 ◦ blue 181

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

Shades of Vista Blue #93CCB5

Tints of Vista Blue #93CCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 27.63%
G = 38.35%
B = 34.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#93CCB5 (or 0x93CCB5) is known color: Vista Blue. HEX triplet: 93, CC and B5. RGB value is (147,204,181). Sum of RGB (Red+Green+Blue) = 147+204+181=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCB5 is #6C334A. Grayscale: #B8B8B8. Windows color (decimal): -7091019 or 11914387. OLE color: 11914387.

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

Color convert

RGB 147 204 181 -
CMYK 0.28 0 0.11 0.2
HSL 155.79º 0.36% 0.69% -
HSV(B) 155.79º 0.28% 0.8% -
XYZ 41.97 52.72 51.68 -
YUV 184.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 147 204 181 0.28 0 0.11 0.2 155.79 0.36 0.69
Hex 93 CC B5 1C 0 B 14 9C 24 45
Octal 223 314 265 34 0 13 24 234 44 105
Binary 10010011 11001100 10110101 11100 0 1011 10100 10011100 100100 1000101

Color Harmonies of #93CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCB5

Black with #93CCB5

Text Example


Text Example

White with #93CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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