#93c6f3

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

Shades of Cornflower #93C6F3

Tints of Cornflower #93C6F3

Color information

#93C6F3 (or 0x93C6F3) is unknown color: approx Cornflower. HEX triplet: 93, C6 and F3. RGB value is (147,198,243). Sum of RGB (Red+Green+Blue) = 147+198+243=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #93C6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C6F3 is #6C390C. Grayscale: #BBBBBB. Windows color (decimal): -7092493 or 15976083. OLE color: 15976083.

HSL color Cylindrical-coordinate representation of color #93C6F3: hue angle of 208.12º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93C6F3 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147198243-
CMYK0.400.1900.05
HSL208.12º80%76.47%-
HSV(B)208.12º39.51%95.29%-
XYZ48.453.0692.48-
YUV187.88159.198.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=25%
G=33.67%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471982430.400.1900.05208.128076.47
Hex93C6F3281305d0504c
Octal223306363502305320120114
Binary1001001111000110111100111010001001101011101000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93c6f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,198,243); }

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

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

 a { background-color: rgb(147,198,243); }

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

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

 span { border-color: rgb(147,198,243); }

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