#94BCDD

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

Shades of Cornflower #94BCDD

Tints of Cornflower #94BCDD

Color information

#94BCDD (or 0x94BCDD) is unknown color: approx Cornflower. HEX triplet: 94, BC and DD. RGB value is (148,188,221). Sum of RGB (Red+Green+Blue) = 148+188+221=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCDD is #6B4322. Grayscale: #B3B3B3. Windows color (decimal): -7029539 or 14531732. OLE color: 14531732.

HSL color Cylindrical-coordinate representation of color #94BCDD: hue angle of 207.12º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BCDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148188221-
CMYK0.330.1500.13
HSL207.12º51.77%72.35%-
HSV(B)207.12º33.03%86.67%-
XYZ43.2547.4875.29-
YUV179.8151.25105.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=26.57%
G=33.75%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481882210.330.1500.13207.1251.7772.35
Hex94BCDD21F0Dcf3448
Octal224274335411701531764110
Binary100101001011110011011101100001111101101110011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,221); }

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

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

 a { background-color: rgb(148,188,221); }

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

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

 span { border-color: rgb(148,188,221); }

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