#93C9DE

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

Shades of Cornflower #93C9DE

Tints of Cornflower #93C9DE

Color information

#93C9DE (or 0x93C9DE) is unknown color: approx Cornflower. HEX triplet: 93, C9 and DE. RGB value is (147,201,222). Sum of RGB (Red+Green+Blue) = 147+201+222=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #93C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9DE is #6C3621. Grayscale: #BBBBBB. Windows color (decimal): -7091746 or 14600595. OLE color: 14600595.

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

Color convert

RGB147201222-
CMYK0.340.0900.13
HSL196.8º53.19%72.35%-
HSV(B)196.8º33.78%87.06%-
XYZ46.153.2576.96-
YUV187.25147.6199.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=25.79%
G=35.26%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472012220.340.0900.13196.853.1972.35
Hex93C9DE2290Dc53548
Octal223311336421101530565110
Binary100100111100100111011110100010100101101110001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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