#93BDA9

Color #93BDA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #93BDA9

Tints of Skeptic #93BDA9

Color information

#93BDA9 (or 0x93BDA9) is unknown color: approx Skeptic. HEX triplet: 93, BD and A9. RGB value is (147,189,169). Sum of RGB (Red+Green+Blue) = 147+189+169=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #93BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BDA9 is #6C4256. Grayscale: #AEAEAE. Windows color (decimal): -7094871 or 11124115. OLE color: 11124115.

HSL color Cylindrical-coordinate representation of color #93BDA9: hue angle of 151.43º degrees, saturation: 0.24, 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 #93BDA9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB147189169-
CMYK0.2200.110.26
HSL151.43º24.14%65.88%-
HSV(B)151.43º22.22%74.12%-
XYZ37.3945.4644.34-
YUV174.16125.09108.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=29.11%
G=37.43%
B=33.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891690.2200.110.26151.4324.1465.88
Hex93BDA9160B1A971842
Octal223275251260133222730102
Binary10010011101111011010100110110010111101010010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BDA9;
 }
 .AnyTagClassName
 {
   color: #93BDA9;
 }
</style>
background-color css

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

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

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

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

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

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