#93C7EB

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

Shades of Cornflower #93C7EB

Tints of Cornflower #93C7EB

Color information

#93C7EB (or 0x93C7EB) is unknown color: approx Cornflower. HEX triplet: 93, C7 and EB. RGB value is (147,199,235). Sum of RGB (Red+Green+Blue) = 147+199+235=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #93C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C7EB is #6C3814. Grayscale: #BBBBBB. Windows color (decimal): -7092245 or 15452051. OLE color: 15452051.

HSL color Cylindrical-coordinate representation of color #93C7EB: hue angle of 204.55º 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 #93C7EB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147199235-
CMYK0.370.1500.08
HSL204.55º68.75%74.9%-
HSV(B)204.55º37.45%92.16%-
XYZ47.4553.0586.34-
YUV187.56154.7799.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=25.30%
G=34.25%
B=40.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471992350.370.1500.08204.5568.7574.9
Hex93C7EB25F08cd454b
Octal2233073534517010315105113
Binary1001001111000111111010111001011111010001100110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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