#93BDEC

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

Shades of Cornflower #93BDEC

Tints of Cornflower #93BDEC

Color information

#93BDEC (or 0x93BDEC) is unknown color: approx Cornflower. HEX triplet: 93, BD and EC. RGB value is (147,189,236). Sum of RGB (Red+Green+Blue) = 147+189+236=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #93BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDEC is #6C4213. Grayscale: #B5B5B5. Windows color (decimal): -7094804 or 15515027. OLE color: 15515027.

HSL color Cylindrical-coordinate representation of color #93BDEC: hue angle of 211.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BDEC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147189236-
CMYK0.380.2000.07
HSL211.69º70.08%75.1%-
HSV(B)211.69º37.71%92.55%-
XYZ45.3748.6586.36-
YUV181.8158.59103.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=25.70%
G=33.04%
B=41.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471892360.380.2000.07211.6970.0875.1
Hex93BDEC261407d4464b
Octal223275354462407324106113
Binary1001001110111101111011001001101010001111101010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,236); }

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

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

 a { background-color: rgb(147,189,236); }

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

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

 span { border-color: rgb(147,189,236); }

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