#94BED8

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

Shades of Cornflower #94BED8

Tints of Cornflower #94BED8

Color information

#94BED8 (or 0x94BED8) is unknown color: approx Cornflower. HEX triplet: 94, BE and D8. RGB value is (148,190,216). Sum of RGB (Red+Green+Blue) = 148+190+216=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #94BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BED8 is #6B4127. Grayscale: #B4B4B4. Windows color (decimal): -7029032 or 14204564. OLE color: 14204564.

HSL color Cylindrical-coordinate representation of color #94BED8: hue angle of 202.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94BED8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148190216-
CMYK0.310.1200.15
HSL202.94º46.58%71.37%-
HSV(B)202.94º31.48%84.71%-
XYZ43.0248.0871.98-
YUV180.41148.09104.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=26.71%
G=34.30%
B=38.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481902160.310.1200.15202.9446.5871.37
Hex94BED81FC0Fcb2f47
Octal224276330371401731357107
Binary10010100101111101101100011111110001111110010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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