#93C6DF

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

Shades of Cornflower #93C6DF

Tints of Cornflower #93C6DF

Color information

#93C6DF (or 0x93C6DF) is unknown color: approx Cornflower. HEX triplet: 93, C6 and DF. RGB value is (147,198,223). Sum of RGB (Red+Green+Blue) = 147+198+223=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #93C6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C6DF is #6C3920. Grayscale: #B9B9B9. Windows color (decimal): -7092513 or 14665363. OLE color: 14665363.

HSL color Cylindrical-coordinate representation of color #93C6DF: hue angle of 199.74º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C6DF is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147198223-
CMYK0.340.1100.13
HSL199.74º54.29%72.55%-
HSV(B)199.74º34.08%87.45%-
XYZ45.5551.9277.43-
YUV185.6149.1100.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=25.88%
G=34.86%
B=39.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471982230.340.1100.13199.7454.2972.55
Hex93C6DF22B0Dc83649
Octal223306337421301531066111
Binary100100111100011011011111100010101101101110010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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