#94BFEA

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

Shades of Cornflower #94BFEA

Tints of Cornflower #94BFEA

Color information

#94BFEA (or 0x94BFEA) is unknown color: approx Cornflower. HEX triplet: 94, BF and EA. RGB value is (148,191,234). Sum of RGB (Red+Green+Blue) = 148+191+234=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #94BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFEA is #6B4015. Grayscale: #B6B6B6. Windows color (decimal): -7028758 or 15384468. OLE color: 15384468.

HSL color Cylindrical-coordinate representation of color #94BFEA: hue angle of 210º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BFEA is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148191234-
CMYK0.370.1800.08
HSL210º67.19%74.9%-
HSV(B)210º36.75%91.76%-
XYZ45.6949.584.99-
YUV183.04156.75103-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.83%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=25.83%
G=33.33%
B=40.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481912340.370.1800.0821067.1974.9
Hex94BFEA251208d2434b
Octal2242773524522010322103113
Binary10010100101111111110101010010110010010001101001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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