Html Css Color HEX #93BCA9 Skeptic

📋 copy color: '#93BCA9'

red 147 ◦ green 188 ◦ blue 169

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

Shades of Skeptic #93BCA9

Tints of Skeptic #93BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 29.17%
G = 37.3%
B = 33.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#93BCA9 (or 0x93BCA9) is known color: Skeptic. HEX triplet: 93, BC and A9. RGB value is (147,188,169). Sum of RGB (Red+Green+Blue) = 147+188+169=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCA9 is #6C4356. Grayscale: #ADADAD. Windows color (decimal): -7095127 or 11123859. OLE color: 11123859.

HSL color Cylindrical-coordinate representation of color #93BCA9: hue angle of 152.2º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCA9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 169 -
CMYK 0.22 0 0.10 0.26
HSL 152.2º 0.23% 0.66% -
HSV(B) 152.2º 0.22% 0.74% -
XYZ 37.18 45.03 44.27 -
YUV 173.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 147 188 169 0.22 0 0.10 0.26 152.2 0.23 0.66
Hex 93 BC A9 16 0 A 1A 98 17 42
Octal 223 274 251 26 0 12 32 230 27 102
Binary 10010011 10111100 10101001 10110 0 1010 11010 10011000 10111 1000010

Color Harmonies of #93BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCA9

Black with #93BCA9

Text Example


Text Example

White with #93BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,169); }

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

background-color css

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

 a { background-color: rgb(147,188,169); }

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

border-color css

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

 span { border-color: rgb(147,188,169); }

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