#93B9EF

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

Shades of Cornflower #93B9EF

Tints of Cornflower #93B9EF

Color information

#93B9EF (or 0x93B9EF) is unknown color: approx Cornflower. HEX triplet: 93, B9 and EF. RGB value is (147,185,239). Sum of RGB (Red+Green+Blue) = 147+185+239=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #93B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B9EF is #6C4610. Grayscale: #B3B3B3. Windows color (decimal): -7095825 or 15710611. OLE color: 15710611.

HSL color Cylindrical-coordinate representation of color #93B9EF: hue angle of 215.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B9EF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147185239-
CMYK0.380.2300.06
HSL215.22º74.19%75.69%-
HSV(B)215.22º38.49%93.73%-
XYZ44.9647.1388.39-
YUV179.79161.41104.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=25.74%
G=32.40%
B=41.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471852390.380.2300.06215.2274.1975.69
Hex93B9EF261706d74a4c
Octal223271357462706327112114
Binary1001001110111001111011111001101011101101101011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,185,239); }

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

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

 a { background-color: rgb(147,185,239); }

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

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

 span { border-color: rgb(147,185,239); }

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