#93BAE9

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

Shades of Cornflower #93BAE9

Tints of Cornflower #93BAE9

Color information

#93BAE9 (or 0x93BAE9) is unknown color: approx Cornflower. HEX triplet: 93, BA and E9. RGB value is (147,186,233). Sum of RGB (Red+Green+Blue) = 147+186+233=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #93BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAE9 is #6C4516. Grayscale: #B3B3B3. Windows color (decimal): -7095575 or 15317651. OLE color: 15317651.

HSL color Cylindrical-coordinate representation of color #93BAE9: hue angle of 212.79º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BAE9 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB147186233-
CMYK0.370.2000.09
HSL212.79º66.15%74.51%-
HSV(B)212.79º36.91%91.37%-
XYZ44.347.283.87-
YUV179.7158.08104.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 233 (91.41% from 255) = 41.17%
R=25.97%
G=32.86%
B=41.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1471862330.370.2000.09212.7966.1574.51
Hex93BAE9251409d5424b
Octal2232723514524011325102113
Binary10010011101110101110100110010110100010011101010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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