#93B9EB

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

Shades of Cornflower #93B9EB

Tints of Cornflower #93B9EB

Color information

#93B9EB (or 0x93B9EB) is unknown color: approx Cornflower. HEX triplet: 93, B9 and EB. RGB value is (147,185,235). Sum of RGB (Red+Green+Blue) = 147+185+235=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #93B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B9EB is #6C4614. Grayscale: #B3B3B3. Windows color (decimal): -7095829 or 15448467. OLE color: 15448467.

HSL color Cylindrical-coordinate representation of color #93B9EB: hue angle of 214.09º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B9EB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147185235-
CMYK0.370.2100.08
HSL214.09º68.75%74.9%-
HSV(B)214.09º37.45%92.16%-
XYZ44.3846.985.31-
YUV179.34159.41104.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=25.93%
G=32.63%
B=41.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471852350.370.2100.08214.0968.7574.9
Hex93B9EB251508d6454b
Octal2232713534525010326105113
Binary10010011101110011110101110010110101010001101011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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