#94BFE3

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

Shades of Cornflower #94BFE3

Tints of Cornflower #94BFE3

Color information

#94BFE3 (or 0x94BFE3) is unknown color: approx Cornflower. HEX triplet: 94, BF and E3. RGB value is (148,191,227). Sum of RGB (Red+Green+Blue) = 148+191+227=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #94BFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFE3 is #6B401C. Grayscale: #B6B6B6. Windows color (decimal): -7028765 or 14925716. OLE color: 14925716.

HSL color Cylindrical-coordinate representation of color #94BFE3: hue angle of 207.34º 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 #94BFE3 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148191227-
CMYK0.350.1600.11
HSL207.34º58.52%73.53%-
HSV(B)207.34º34.8%89.02%-
XYZ44.7149.179.79-
YUV182.25153.25103.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 227 (89.06% from 255) = 40.11%
R=26.15%
G=33.75%
B=40.11%

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
Decimal1481912270.350.1600.11207.3458.5273.53
Hex94BFE323100Bcf3b4a
Octal224277343432001331773112
Binary1001010010111111111000111000111000001011110011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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