#93BFEF

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

Shades of Cornflower #93BFEF

Tints of Cornflower #93BFEF

Color information

#93BFEF (or 0x93BFEF) is unknown color: approx Cornflower. HEX triplet: 93, BF and EF. RGB value is (147,191,239). Sum of RGB (Red+Green+Blue) = 147+191+239=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #93BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFEF is #6C4010. Grayscale: #B7B7B7. Windows color (decimal): -7094289 or 15712147. OLE color: 15712147.

HSL color Cylindrical-coordinate representation of color #93BFEF: hue angle of 211.3º 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 #93BFEF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147191239-
CMYK0.380.2000.06
HSL211.3º74.19%75.69%-
HSV(B)211.3º38.49%93.73%-
XYZ46.2449.788.82-
YUV183.32159.42102.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=25.48%
G=33.10%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471912390.380.2000.06211.374.1975.69
Hex93BFEF261406d34a4c
Octal223277357462406323112114
Binary1001001110111111111011111001101010001101101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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