#93C5DE

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

Shades of Cornflower #93C5DE

Tints of Cornflower #93C5DE

Color information

#93C5DE (or 0x93C5DE) is unknown color: approx Cornflower. HEX triplet: 93, C5 and DE. RGB value is (147,197,222). Sum of RGB (Red+Green+Blue) = 147+197+222=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #93C5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5DE is #6C3A21. Grayscale: #B8B8B8. Windows color (decimal): -7092770 or 14599571. OLE color: 14599571.

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

Color convert

RGB147197222-
CMYK0.340.1100.13
HSL200º53.19%72.35%-
HSV(B)200º33.78%87.06%-
XYZ45.1851.4176.65-
YUV184.9148.94100.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=25.97%
G=34.81%
B=39.22%

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
Decimal1471972220.340.1100.1320053.1972.35
Hex93C5DE22B0Dc83548
Octal223305336421301531065110
Binary100100111100010111011110100010101101101110010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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