#93C3EA

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

Shades of Cornflower #93C3EA

Tints of Cornflower #93C3EA

Color information

#93C3EA (or 0x93C3EA) is unknown color: approx Cornflower. HEX triplet: 93, C3 and EA. RGB value is (147,195,234). Sum of RGB (Red+Green+Blue) = 147+195+234=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #93C3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C3EA is #6C3C15. Grayscale: #B8B8B8. Windows color (decimal): -7093270 or 15385491. OLE color: 15385491.

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

Color convert

RGB147195234-
CMYK0.370.1700.08
HSL206.9º67.44%74.71%-
HSV(B)206.9º37.18%91.76%-
XYZ46.451.1785.27-
YUV185.09155.6100.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=25.52%
G=33.85%
B=40.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471952340.370.1700.08206.967.4474.71
Hex93C3EA251108cf434b
Octal2233033524521010317103113
Binary10010011110000111110101010010110001010001100111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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