#94BEE3

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

Shades of Cornflower #94BEE3

Tints of Cornflower #94BEE3

Color information

#94BEE3 (or 0x94BEE3) is unknown color: approx Cornflower. HEX triplet: 94, BE and E3. RGB value is (148,190,227). Sum of RGB (Red+Green+Blue) = 148+190+227=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #94BEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEE3 is #6B411C. Grayscale: #B5B5B5. Windows color (decimal): -7029021 or 14925460. OLE color: 14925460.

HSL color Cylindrical-coordinate representation of color #94BEE3: hue angle of 208.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BEE3 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148190227-
CMYK0.350.1600.11
HSL208.1º58.52%73.53%-
HSV(B)208.1º34.8%89.02%-
XYZ44.4948.6779.72-
YUV181.66153.59103.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.19%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=26.19%
G=33.63%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481902270.350.1600.11208.158.5273.53
Hex94BEE323100Bd03b4a
Octal224276343432001332073112
Binary1001010010111110111000111000111000001011110100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,227); }

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

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

 a { background-color: rgb(148,190,227); }

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

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

 span { border-color: rgb(148,190,227); }

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