#93BAE8

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

Shades of Cornflower #93BAE8

Tints of Cornflower #93BAE8

Color information

#93BAE8 (or 0x93BAE8) is unknown color: approx Cornflower. HEX triplet: 93, BA and E8. RGB value is (147,186,232). Sum of RGB (Red+Green+Blue) = 147+186+232=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #93BAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAE8 is #6C4517. Grayscale: #B3B3B3. Windows color (decimal): -7095576 or 15252115. OLE color: 15252115.

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

Color convert

RGB147186232-
CMYK0.370.2000.09
HSL212.47º64.89%74.31%-
HSV(B)212.47º36.64%90.98%-
XYZ44.1647.1583.12-
YUV179.58157.58104.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=26.02%
G=32.92%
B=41.06%

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
Decimal1471862320.370.2000.09212.4764.8974.31
Hex93BAE8251409d4414a
Octal2232723504524011324101112
Binary10010011101110101110100010010110100010011101010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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