#94BADF

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

Shades of Cornflower #94BADF

Tints of Cornflower #94BADF

Color information

#94BADF (or 0x94BADF) is unknown color: approx Cornflower. HEX triplet: 94, BA and DF. RGB value is (148,186,223). Sum of RGB (Red+Green+Blue) = 148+186+223=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #94BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BADF is #6B4520. Grayscale: #B2B2B2. Windows color (decimal): -7030049 or 14662292. OLE color: 14662292.

HSL color Cylindrical-coordinate representation of color #94BADF: hue angle of 209.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BADF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148186223-
CMYK0.340.1700.13
HSL209.6º53.96%72.75%-
HSV(B)209.6º33.63%87.45%-
XYZ43.0946.7476.56-
YUV178.86152.91105.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=26.57%
G=33.39%
B=40.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481862230.340.1700.13209.653.9672.75
Hex94BADF22110Dd23649
Octal224272337422101532266111
Binary1001010010111010110111111000101000101101110100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,186,223); }

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

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

 a { background-color: rgb(148,186,223); }

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

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

 span { border-color: rgb(148,186,223); }

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