#94C1EA

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

Shades of Cornflower #94C1EA

Tints of Cornflower #94C1EA

Color information

#94C1EA (or 0x94C1EA) is unknown color: approx Cornflower. HEX triplet: 94, C1 and EA. RGB value is (148,193,234). Sum of RGB (Red+Green+Blue) = 148+193+234=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #94C1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C1EA is #6B3E15. Grayscale: #B8B8B8. Windows color (decimal): -7028246 or 15384980. OLE color: 15384980.

HSL color Cylindrical-coordinate representation of color #94C1EA: hue angle of 208.6º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C1EA is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148193234-
CMYK0.370.1800.08
HSL208.6º67.19%74.9%-
HSV(B)208.6º36.75%91.76%-
XYZ46.1350.3885.13-
YUV184.22156.09102.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=25.74%
G=33.57%
B=40.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481932340.370.1800.08208.667.1974.9
Hex94C1EA251208d1434b
Octal2243013524522010321103113
Binary10010100110000011110101010010110010010001101000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,234); }

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

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

 a { background-color: rgb(148,193,234); }

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

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

 span { border-color: rgb(148,193,234); }

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