#94C3EE

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

Shades of Cornflower #94C3EE

Tints of Cornflower #94C3EE

Color information

#94C3EE (or 0x94C3EE) is unknown color: approx Cornflower. HEX triplet: 94, C3 and EE. RGB value is (148,195,238). Sum of RGB (Red+Green+Blue) = 148+195+238=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #94C3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C3EE is #6B3C11. Grayscale: #B9B9B9. Windows color (decimal): -7027730 or 15647636. OLE color: 15647636.

HSL color Cylindrical-coordinate representation of color #94C3EE: hue angle of 208.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C3EE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148195238-
CMYK0.380.1800.07
HSL208.67º72.58%75.69%-
HSV(B)208.67º37.82%93.33%-
XYZ47.1651.588.34-
YUV185.85157.43101-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.47%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=25.47%
G=33.56%
B=40.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481952380.380.1800.07208.6772.5875.69
Hex94C3EE261207d1494c
Octal224303356462207321111114
Binary1001010011000011111011101001101001001111101000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,238); }

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

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

 a { background-color: rgb(148,195,238); }

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

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

 span { border-color: rgb(148,195,238); }

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