#94BDF3

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

Shades of Cornflower #94BDF3

Tints of Cornflower #94BDF3

Color information

#94BDF3 (or 0x94BDF3) is unknown color: approx Cornflower. HEX triplet: 94, BD and F3. RGB value is (148,189,243). Sum of RGB (Red+Green+Blue) = 148+189+243=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #94BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDF3 is #6B420C. Grayscale: #B6B6B6. Windows color (decimal): -7029261 or 15973780. OLE color: 15973780.

HSL color Cylindrical-coordinate representation of color #94BDF3: hue angle of 214.11º 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 #94BDF3 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148189243-
CMYK0.390.2200.05
HSL214.11º79.83%76.67%-
HSV(B)214.11º39.09%95.29%-
XYZ46.5949.1691.83-
YUV182.9161.92103.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.52%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=25.52%
G=32.59%
B=41.90%

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
Decimal1481892430.390.2200.05214.1179.8376.67
Hex94BDF3271605d6504d
Octal224275363472605326120115
Binary1001010010111101111100111001111011001011101011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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