#93C5EA

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

Shades of Cornflower #93C5EA

Tints of Cornflower #93C5EA

Color information

#93C5EA (or 0x93C5EA) is unknown color: approx Cornflower. HEX triplet: 93, C5 and EA. RGB value is (147,197,234). Sum of RGB (Red+Green+Blue) = 147+197+234=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #93C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C5EA is #6C3A15. Grayscale: #BABABA. Windows color (decimal): -7092758 or 15386003. OLE color: 15386003.

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

Color convert

RGB147197234-
CMYK0.370.1600.08
HSL205.52º67.44%74.71%-
HSV(B)205.52º37.18%91.76%-
XYZ46.8552.0885.42-
YUV186.27154.9499.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=25.43%
G=34.08%
B=40.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471972340.370.1600.08205.5267.4474.71
Hex93C5EA251008ce434b
Octal2233053524520010316103113
Binary10010011110001011110101010010110000010001100111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,197,234); }

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

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

 a { background-color: rgb(147,197,234); }

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

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

 span { border-color: rgb(147,197,234); }

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