#94BBEF

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

Shades of Cornflower #94BBEF

Tints of Cornflower #94BBEF

Color information

#94BBEF (or 0x94BBEF) is unknown color: approx Cornflower. HEX triplet: 94, BB and EF. RGB value is (148,187,239). Sum of RGB (Red+Green+Blue) = 148+187+239=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #94BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBEF is #6B4410. Grayscale: #B5B5B5. Windows color (decimal): -7029777 or 15711124. OLE color: 15711124.

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

Color convert

RGB148187239-
CMYK0.380.2200.06
HSL214.29º73.98%75.88%-
HSV(B)214.29º38.08%93.73%-
XYZ45.5648.0788.54-
YUV181.27160.58104.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=25.78%
G=32.58%
B=41.64%

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
Decimal1481872390.380.2200.06214.2973.9875.88
Hex94BBEF261606d64a4c
Octal224273357462606326112114
Binary1001010010111011111011111001101011001101101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,239); }

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

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

 a { background-color: rgb(148,187,239); }

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

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

 span { border-color: rgb(148,187,239); }

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