#93BAEE

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

Shades of Cornflower #93BAEE

Tints of Cornflower #93BAEE

Color information

#93BAEE (or 0x93BAEE) is unknown color: approx Cornflower. HEX triplet: 93, BA and EE. RGB value is (147,186,238). Sum of RGB (Red+Green+Blue) = 147+186+238=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #93BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAEE is #6C4511. Grayscale: #B4B4B4. Windows color (decimal): -7095570 or 15645331. OLE color: 15645331.

HSL color Cylindrical-coordinate representation of color #93BAEE: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BAEE is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147186238-
CMYK0.380.2200.07
HSL214.29º72.8%75.49%-
HSV(B)214.29º38.24%93.33%-
XYZ45.0247.4987.68-
YUV180.27160.58104.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=25.74%
G=32.57%
B=41.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471862380.380.2200.07214.2972.875.49
Hex93BAEE261607d6494b
Octal223272356462607326111113
Binary1001001110111010111011101001101011001111101011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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