#94D1EF

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

Shades of Cornflower #94D1EF

Tints of Cornflower #94D1EF

Color information

#94D1EF (or 0x94D1EF) is unknown color: approx Cornflower. HEX triplet: 94, D1 and EF. RGB value is (148,209,239). Sum of RGB (Red+Green+Blue) = 148+209+239=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #94D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D1EF is #6B2E10. Grayscale: #C1C1C1. Windows color (decimal): -7024145 or 15716756. OLE color: 15716756.

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

Color convert

RGB148209239-
CMYK0.380.1300.06
HSL199.78º73.98%75.88%-
HSV(B)199.78º38.08%93.73%-
XYZ50.5958.1390.21-
YUV194.18153.2995.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.83%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=24.83%
G=35.07%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482092390.380.1300.06199.7873.9875.88
Hex94D1EF26D06c84a4c
Octal224321357461506310112114
Binary100101001101000111101111100110110101101100100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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