#93BAC8

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

Shades of Botticelli #93BAC8

Tints of Botticelli #93BAC8

Color information

#93BAC8 (or 0x93BAC8) is unknown color: approx Botticelli. HEX triplet: 93, BA and C8. RGB value is (147,186,200). Sum of RGB (Red+Green+Blue) = 147+186+200=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #93BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAC8 is #6C4537. Grayscale: #AFAFAF. Windows color (decimal): -7095608 or 13154963. OLE color: 13154963.

HSL color Cylindrical-coordinate representation of color #93BAC8: hue angle of 195.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BAC8 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147186200-
CMYK0.260.0700.22
HSL195.85º32.52%68.04%-
HSV(B)195.85º26.5%78.43%-
XYZ40.0245.4961.32-
YUV175.94141.58107.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=27.58%
G=34.90%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471862000.260.0700.22195.8532.5268.04
Hex93BAC81A7016c42144
Octal22327231032702630441104
Binary10010011101110101100100011010111010110110001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,200); }

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

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

 a { background-color: rgb(147,186,200); }

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

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

 span { border-color: rgb(147,186,200); }

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