#94BFEF

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

Shades of Cornflower #94BFEF

Tints of Cornflower #94BFEF

Color information

#94BFEF (or 0x94BFEF) is unknown color: approx Cornflower. HEX triplet: 94, BF and EF. RGB value is (148,191,239). Sum of RGB (Red+Green+Blue) = 148+191+239=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #94BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFEF is #6B4010. Grayscale: #B7B7B7. Windows color (decimal): -7028753 or 15712148. OLE color: 15712148.

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

Color convert

RGB148191239-
CMYK0.380.2000.06
HSL211.65º73.98%75.88%-
HSV(B)211.65º38.08%93.73%-
XYZ46.4249.7988.82-
YUV183.61159.25102.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.61%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=25.61%
G=33.04%
B=41.35%

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
Decimal1481912390.380.2000.06211.6573.9875.88
Hex94BFEF261406d44a4c
Octal224277357462406324112114
Binary1001010010111111111011111001101010001101101010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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