#93BAEF

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

Shades of Cornflower #93BAEF

Tints of Cornflower #93BAEF

Color information

#93BAEF (or 0x93BAEF) is unknown color: approx Cornflower. HEX triplet: 93, BA and EF. RGB value is (147,186,239). Sum of RGB (Red+Green+Blue) = 147+186+239=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #93BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAEF is #6C4510. Grayscale: #B4B4B4. Windows color (decimal): -7095569 or 15710867. OLE color: 15710867.

HSL color Cylindrical-coordinate representation of color #93BAEF: hue angle of 214.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BAEF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147186239-
CMYK0.380.2200.06
HSL214.57º74.19%75.69%-
HSV(B)214.57º38.49%93.73%-
XYZ45.1747.5588.46-
YUV180.38161.08104.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=25.70%
G=32.52%
B=41.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471862390.380.2200.06214.5774.1975.69
Hex93BAEF261606d74a4c
Octal223272357462606327112114
Binary1001001110111010111011111001101011001101101011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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