#94CAEB

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

Shades of Cornflower #94CAEB

Tints of Cornflower #94CAEB

Color information

#94CAEB (or 0x94CAEB) is unknown color: approx Cornflower. HEX triplet: 94, CA and EB. RGB value is (148,202,235). Sum of RGB (Red+Green+Blue) = 148+202+235=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #94CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CAEB is #6B3514. Grayscale: #BDBDBD. Windows color (decimal): -7025941 or 15452820. OLE color: 15452820.

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

Color convert

RGB148202235-
CMYK0.370.1400.08
HSL202.76º68.5%75.1%-
HSV(B)202.76º37.02%92.16%-
XYZ48.3354.5486.58-
YUV189.62153.6198.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.30%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=25.30%
G=34.53%
B=40.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482022350.370.1400.08202.7668.575.1
Hex94CAEB25E08cb454b
Octal2243123534516010313105113
Binary1001010011001010111010111001011110010001100101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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