#94BDEA

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

Shades of Cornflower #94BDEA

Tints of Cornflower #94BDEA

Color information

#94BDEA (or 0x94BDEA) is unknown color: approx Cornflower. HEX triplet: 94, BD and EA. RGB value is (148,189,234). Sum of RGB (Red+Green+Blue) = 148+189+234=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #94BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDEA is #6B4215. Grayscale: #B5B5B5. Windows color (decimal): -7029270 or 15383956. OLE color: 15383956.

HSL color Cylindrical-coordinate representation of color #94BDEA: hue angle of 211.4º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BDEA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148189234-
CMYK0.370.1900.08
HSL211.4º67.19%74.9%-
HSV(B)211.4º36.75%91.76%-
XYZ45.2648.6384.84-
YUV181.87157.42103.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=25.92%
G=33.10%
B=40.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481892340.370.1900.08211.467.1974.9
Hex94BDEA251308d3434b
Octal2242753524523010323103113
Binary10010100101111011110101010010110011010001101001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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