#93BADD

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

Shades of Cornflower #93BADD

Tints of Cornflower #93BADD

Color information

#93BADD (or 0x93BADD) is unknown color: approx Cornflower. HEX triplet: 93, BA and DD. RGB value is (147,186,221). Sum of RGB (Red+Green+Blue) = 147+186+221=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADD is #6C4522. Grayscale: #B2B2B2. Windows color (decimal): -7095587 or 14531219. OLE color: 14531219.

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

Color convert

RGB147186221-
CMYK0.330.1600.13
HSL208.38º52.11%72.16%-
HSV(B)208.38º33.48%86.67%-
XYZ42.6446.5475.14-
YUV178.33152.08105.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=26.53%
G=33.57%
B=39.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471862210.330.1600.13208.3852.1172.16
Hex93BADD21100Dd03448
Octal223272335412001532064110
Binary1001001110111010110111011000011000001101110100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,221); }

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

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

 a { background-color: rgb(147,186,221); }

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

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

 span { border-color: rgb(147,186,221); }

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