#94CAEE

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

Shades of Cornflower #94CAEE

Tints of Cornflower #94CAEE

Color information

#94CAEE (or 0x94CAEE) is unknown color: approx Cornflower. HEX triplet: 94, CA and EE. RGB value is (148,202,238). Sum of RGB (Red+Green+Blue) = 148+202+238=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #94CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CAEE is #6B3511. Grayscale: #BDBDBD. Windows color (decimal): -7025938 or 15649428. OLE color: 15649428.

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

Color convert

RGB148202238-
CMYK0.380.1500.07
HSL204º72.58%75.69%-
HSV(B)204º37.82%93.33%-
XYZ48.7754.7188.88-
YUV189.96155.1198.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.17%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=25.17%
G=34.35%
B=40.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482022380.380.1500.0720472.5875.69
Hex94CAEE26F07cc494c
Octal224312356461707314111114
Binary100101001100101011101110100110111101111100110010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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