#94C9ED

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

Shades of Cornflower #94C9ED

Tints of Cornflower #94C9ED

Color information

#94C9ED (or 0x94C9ED) is unknown color: approx Cornflower. HEX triplet: 94, C9 and ED. RGB value is (148,201,237). Sum of RGB (Red+Green+Blue) = 148+201+237=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #94C9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C9ED is #6B3612. Grayscale: #BDBDBD. Windows color (decimal): -7026195 or 15583636. OLE color: 15583636.

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

Color convert

RGB148201237-
CMYK0.380.1500.07
HSL204.27º71.2%75.49%-
HSV(B)204.27º37.55%92.94%-
XYZ48.3954.1888.03-
YUV189.26154.9498.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.26%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=25.26%
G=34.30%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482012370.380.1500.07204.2771.275.49
Hex94C9ED26F07cc474b
Octal224311355461707314107113
Binary100101001100100111101101100110111101111100110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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