#93C5DF

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

Shades of Cornflower #93C5DF

Tints of Cornflower #93C5DF

Color information

#93C5DF (or 0x93C5DF) is unknown color: approx Cornflower. HEX triplet: 93, C5 and DF. RGB value is (147,197,223). Sum of RGB (Red+Green+Blue) = 147+197+223=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #93C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5DF is #6C3A20. Grayscale: #B8B8B8. Windows color (decimal): -7092769 or 14665107. OLE color: 14665107.

HSL color Cylindrical-coordinate representation of color #93C5DF: hue angle of 200.53º 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 #93C5DF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147197223-
CMYK0.340.1200.13
HSL200.53º54.29%72.55%-
HSV(B)200.53º34.08%87.45%-
XYZ45.3251.4677.36-
YUV185.01149.44100.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=25.93%
G=34.74%
B=39.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471972230.340.1200.13200.5354.2972.55
Hex93C5DF22C0Dc93649
Octal223305337421401531166111
Binary100100111100010111011111100010110001101110010011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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