#94D5EF

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

Shades of Cornflower #94D5EF

Tints of Cornflower #94D5EF

Color information

#94D5EF (or 0x94D5EF) is unknown color: approx Cornflower. HEX triplet: 94, D5 and EF. RGB value is (148,213,239). Sum of RGB (Red+Green+Blue) = 148+213+239=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #94D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D5EF is #6B2A10. Grayscale: #C4C4C4. Windows color (decimal): -7023121 or 15717780. OLE color: 15717780.

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

Color convert

RGB148213239-
CMYK0.380.1100.06
HSL197.14º73.98%75.88%-
HSV(B)197.14º38.08%93.73%-
XYZ51.5960.1290.55-
YUV196.53151.9793.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.67%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=24.67%
G=35.5%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482132390.380.1100.06197.1473.9875.88
Hex94D5EF26B06c54a4c
Octal224325357461306305112114
Binary100101001101010111101111100110101101101100010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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