#93C7F1

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

Shades of Cornflower #93C7F1

Tints of Cornflower #93C7F1

Color information

#93C7F1 (or 0x93C7F1) is unknown color: approx Cornflower. HEX triplet: 93, C7 and F1. RGB value is (147,199,241). Sum of RGB (Red+Green+Blue) = 147+199+241=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #93C7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C7F1 is #6C380E. Grayscale: #BCBCBC. Windows color (decimal): -7092239 or 15845267. OLE color: 15845267.

HSL color Cylindrical-coordinate representation of color #93C7F1: hue angle of 206.81º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C7F1 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147199241-
CMYK0.390.1700.05
HSL206.81º77.05%76.08%-
HSV(B)206.81º39%94.51%-
XYZ48.3353.490.98-
YUV188.24157.7798.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.04%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=25.04%
G=33.90%
B=41.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471992410.390.1700.05206.8177.0576.08
Hex93C7F1271105cf4d4c
Octal223307361472105317115114
Binary1001001111000111111100011001111000101011100111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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