#94d4ed

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

Shades of Cornflower #94D4ED

Tints of Cornflower #94D4ED

Color information

#94D4ED (or 0x94D4ED) is unknown color: approx Cornflower. HEX triplet: 94, D4 and ED. RGB value is (148,212,237). Sum of RGB (Red+Green+Blue) = 148+212+237=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #94D4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D4ED is #6B2B12. Grayscale: #C3C3C3. Windows color (decimal): -7023379 or 15586452. OLE color: 15586452.

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

Color convert

RGB148212237-
CMYK0.380.1100.07
HSL196.85º71.2%75.49%-
HSV(B)196.85º37.55%92.94%-
XYZ51.0459.588.91-
YUV195.71151.393.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.79%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=24.79%
G=35.51%
B=39.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482122370.380.1100.07196.8571.275.49
Hex94D4ED26B07c5474b
Octal224324355461307305107113
Binary100101001101010011101101100110101101111100010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,237); }

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

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

 a { background-color: rgb(148,212,237); }

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

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

 span { border-color: rgb(148,212,237); }

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