#94BEF3

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

Shades of Cornflower #94BEF3

Tints of Cornflower #94BEF3

Color information

#94BEF3 (or 0x94BEF3) is unknown color: approx Cornflower. HEX triplet: 94, BE and F3. RGB value is (148,190,243). Sum of RGB (Red+Green+Blue) = 148+190+243=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #94BEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEF3 is #6B410C. Grayscale: #B7B7B7. Windows color (decimal): -7029005 or 15974036. OLE color: 15974036.

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

Color convert

RGB148190243-
CMYK0.390.2200.05
HSL213.47º79.83%76.67%-
HSV(B)213.47º39.09%95.29%-
XYZ46.849.5991.9-
YUV183.48161.59102.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.47%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=25.47%
G=32.70%
B=41.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481902430.390.2200.05213.4779.8376.67
Hex94BEF3271605d5504d
Octal224276363472605325120115
Binary1001010010111110111100111001111011001011101010110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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