#93BAF4

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

Shades of Cornflower #93BAF4

Tints of Cornflower #93BAF4

Color information

#93BAF4 (or 0x93BAF4) is unknown color: approx Cornflower. HEX triplet: 93, BA and F4. RGB value is (147,186,244). Sum of RGB (Red+Green+Blue) = 147+186+244=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #93BAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAF4 is #6C450B. Grayscale: #B4B4B4. Windows color (decimal): -7095564 or 16038547. OLE color: 16038547.

HSL color Cylindrical-coordinate representation of color #93BAF4: hue angle of 215.88º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BAF4 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147186244-
CMYK0.400.2400.04
HSL215.88º81.51%76.67%-
HSV(B)215.88º39.75%95.69%-
XYZ45.9247.8592.4-
YUV180.95163.58103.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=25.48%
G=32.24%
B=42.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471862440.400.2400.04215.8881.5176.67
Hex93BAF4281804d8524d
Octal223272364503004330122115
Binary1001001110111010111101001010001100001001101100010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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