#93BADE

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

Shades of Cornflower #93BADE

Tints of Cornflower #93BADE

Color information

#93BADE (or 0x93BADE) is unknown color: approx Cornflower. HEX triplet: 93, BA and DE. RGB value is (147,186,222). Sum of RGB (Red+Green+Blue) = 147+186+222=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #93BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADE is #6C4521. Grayscale: #B2B2B2. Windows color (decimal): -7095586 or 14596755. OLE color: 14596755.

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

Color convert

RGB147186222-
CMYK0.340.1600.13
HSL208.8º53.19%72.35%-
HSV(B)208.8º33.78%87.06%-
XYZ42.7846.5975.85-
YUV178.44152.58105.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 222 (87.11% from 255) = 40%
R=26.49%
G=33.51%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471862220.340.1600.13208.853.1972.35
Hex93BADE22100Dd13548
Octal223272336422001532165110
Binary1001001110111010110111101000101000001101110100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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