#94BAAD

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

Shades of Skeptic #94BAAD

Tints of Skeptic #94BAAD

Color information

#94BAAD (or 0x94BAAD) is unknown color: approx Skeptic. HEX triplet: 94, BA and AD. RGB value is (148,186,173). Sum of RGB (Red+Green+Blue) = 148+186+173=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #94BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BAAD is #6B4552. Grayscale: #ADADAD. Windows color (decimal): -7030099 or 11385492. OLE color: 11385492.

HSL color Cylindrical-coordinate representation of color #94BAAD: hue angle of 159.47º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94BAAD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB148186173-
CMYK0.2000.070.27
HSL159.47º21.59%65.49%-
HSV(B)159.47º20.43%72.94%-
XYZ37.3144.4346.14-
YUV173.16127.91110.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=29.19%
G=36.69%
B=34.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861730.2000.070.27159.4721.5965.49
Hex94BAAD14071B9f1641
Octal22427225524073323726101
Binary1001010010111010101011011010001111101110011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BAAD; }

 p { color: rgb(148,186,173); }

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

<style>
 a { background-color: #94BAAD; }

 a { background-color: rgb(148,186,173); }

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

<style>
 span { border-color: #94BAAD; }

 span { border-color: rgb(148,186,173); }

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