#94BAF0

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

Shades of Cornflower #94BAF0

Tints of Cornflower #94BAF0

Color information

#94BAF0 (or 0x94BAF0) is unknown color: approx Cornflower. HEX triplet: 94, BA and F0. RGB value is (148,186,240). Sum of RGB (Red+Green+Blue) = 148+186+240=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #94BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAF0 is #6B450F. Grayscale: #B4B4B4. Windows color (decimal): -7030032 or 15776404. OLE color: 15776404.

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

Color convert

RGB148186240-
CMYK0.380.2200.06
HSL215.22º75.41%76.08%-
HSV(B)215.22º38.33%94.12%-
XYZ45.547.789.25-
YUV180.79161.41104.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=25.78%
G=32.40%
B=41.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481862400.380.2200.06215.2275.4176.08
Hex94BAF0261606d74b4c
Octal224272360462606327113114
Binary1001010010111010111100001001101011001101101011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,186,240); }

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

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

 a { background-color: rgb(148,186,240); }

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

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

 span { border-color: rgb(148,186,240); }

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