#94C9F0

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

Shades of Cornflower #94C9F0

Tints of Cornflower #94C9F0

Color information

#94C9F0 (or 0x94C9F0) is unknown color: approx Cornflower. HEX triplet: 94, C9 and F0. RGB value is (148,201,240). Sum of RGB (Red+Green+Blue) = 148+201+240=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #94C9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C9F0 is #6B360F. Grayscale: #BDBDBD. Windows color (decimal): -7026192 or 15780244. OLE color: 15780244.

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

Color convert

RGB148201240-
CMYK0.380.1600.06
HSL205.43º75.41%76.08%-
HSV(B)205.43º38.33%94.12%-
XYZ48.8354.3690.36-
YUV189.6156.4498.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=25.13%
G=34.13%
B=40.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482012400.380.1600.06205.4375.4176.08
Hex94C9F0261006cd4b4c
Octal224311360462006315113114
Binary1001010011001001111100001001101000001101100110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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