#93C0EF

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

Shades of Cornflower #93C0EF

Tints of Cornflower #93C0EF

Color information

#93C0EF (or 0x93C0EF) is unknown color: approx Cornflower. HEX triplet: 93, C0 and EF. RGB value is (147,192,239). Sum of RGB (Red+Green+Blue) = 147+192+239=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #93C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0EF is #6C3F10. Grayscale: #B7B7B7. Windows color (decimal): -7094033 or 15712403. OLE color: 15712403.

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

Color convert

RGB147192239-
CMYK0.380.2000.06
HSL210.65º74.19%75.69%-
HSV(B)210.65º38.49%93.73%-
XYZ46.4650.1388.89-
YUV183.9159.09101.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=25.43%
G=33.22%
B=41.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471922390.380.2000.06210.6574.1975.69
Hex93C0EF261406d34a4c
Octal223300357462406323112114
Binary1001001111000000111011111001101010001101101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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