#94C1EB

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

Shades of Cornflower #94C1EB

Tints of Cornflower #94C1EB

Color information

#94C1EB (or 0x94C1EB) is unknown color: approx Cornflower. HEX triplet: 94, C1 and EB. RGB value is (148,193,235). Sum of RGB (Red+Green+Blue) = 148+193+235=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #94C1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C1EB is #6B3E14. Grayscale: #B8B8B8. Windows color (decimal): -7028245 or 15450516. OLE color: 15450516.

HSL color Cylindrical-coordinate representation of color #94C1EB: hue angle of 208.97º degrees, saturation: 0.69, 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 #94C1EB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148193235-
CMYK0.370.1800.08
HSL208.97º68.5%75.1%-
HSV(B)208.97º37.02%92.16%-
XYZ46.2850.4385.89-
YUV184.33156.59102.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=25.69%
G=33.51%
B=40.80%

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
Decimal1481932350.370.1800.08208.9768.575.1
Hex94C1EB251208d1454b
Octal2243013534522010321105113
Binary10010100110000011110101110010110010010001101000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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