#94BEF1

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

Shades of Cornflower #94BEF1

Tints of Cornflower #94BEF1

Color information

#94BEF1 (or 0x94BEF1) is unknown color: approx Cornflower. HEX triplet: 94, BE and F1. RGB value is (148,190,241). Sum of RGB (Red+Green+Blue) = 148+190+241=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #94BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEF1 is #6B410E. Grayscale: #B7B7B7. Windows color (decimal): -7029007 or 15842964. OLE color: 15842964.

HSL color Cylindrical-coordinate representation of color #94BEF1: hue angle of 212.9º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BEF1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148190241-
CMYK0.390.2100.05
HSL212.9º76.86%76.27%-
HSV(B)212.9º38.59%94.51%-
XYZ46.549.4790.32-
YUV183.26160.59102.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.56%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=25.56%
G=32.82%
B=41.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481902410.390.2100.05212.976.8676.27
Hex94BEF1271505d54d4c
Octal224276361472505325115114
Binary1001010010111110111100011001111010101011101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,241); }

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

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

 a { background-color: rgb(148,190,241); }

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

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

 span { border-color: rgb(148,190,241); }

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