#94CFED

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

Shades of Cornflower #94CFED

Tints of Cornflower #94CFED

Color information

#94CFED (or 0x94CFED) is unknown color: approx Cornflower. HEX triplet: 94, CF and ED. RGB value is (148,207,237). Sum of RGB (Red+Green+Blue) = 148+207+237=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #94CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFED is #6B3012. Grayscale: #C0C0C0. Windows color (decimal): -7024659 or 15585172. OLE color: 15585172.

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

Color convert

RGB148207237-
CMYK0.380.1300.07
HSL200.22º71.2%75.49%-
HSV(B)200.22º37.55%92.94%-
XYZ49.8157.0488.5-
YUV192.78152.9596.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=25%
G=34.97%
B=40.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482072370.380.1300.07200.2271.275.49
Hex94CFED26D07c8474b
Octal224317355461507310107113
Binary100101001100111111101101100110110101111100100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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