#93B8EF

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

Shades of Cornflower #93B8EF

Tints of Cornflower #93B8EF

Color information

#93B8EF (or 0x93B8EF) is unknown color: approx Cornflower. HEX triplet: 93, B8 and EF. RGB value is (147,184,239). Sum of RGB (Red+Green+Blue) = 147+184+239=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #93B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B8EF is #6C4710. Grayscale: #B2B2B2. Windows color (decimal): -7096081 or 15710355. OLE color: 15710355.

HSL color Cylindrical-coordinate representation of color #93B8EF: hue angle of 215.87º 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 #93B8EF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147184239-
CMYK0.380.2300.06
HSL215.87º74.19%75.69%-
HSV(B)215.87º38.49%93.73%-
XYZ44.7546.7288.32-
YUV179.21161.74105.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=25.79%
G=32.28%
B=41.93%

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
Decimal1471842390.380.2300.06215.8774.1975.69
Hex93B8EF261706d84a4c
Octal223270357462706330112114
Binary1001001110111000111011111001101011101101101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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