#94BAEC

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

Shades of Cornflower #94BAEC

Tints of Cornflower #94BAEC

Color information

#94BAEC (or 0x94BAEC) is unknown color: approx Cornflower. HEX triplet: 94, BA and EC. RGB value is (148,186,236). Sum of RGB (Red+Green+Blue) = 148+186+236=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #94BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAEC is #6B4513. Grayscale: #B4B4B4. Windows color (decimal): -7030036 or 15514260. OLE color: 15514260.

HSL color Cylindrical-coordinate representation of color #94BAEC: hue angle of 214.09º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BAEC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148186236-
CMYK0.370.2100.07
HSL214.09º69.84%75.29%-
HSV(B)214.09º37.29%92.55%-
XYZ44.9147.4786.15-
YUV180.34159.41104.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=25.96%
G=32.63%
B=41.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481862360.370.2100.07214.0969.8475.29
Hex94BAEC251507d6464b
Octal224272354452507326106113
Binary1001010010111010111011001001011010101111101011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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