#94BBDC

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

Shades of Cornflower #94BBDC

Tints of Cornflower #94BBDC

Color information

#94BBDC (or 0x94BBDC) is unknown color: approx Cornflower. HEX triplet: 94, BB and DC. RGB value is (148,187,220). Sum of RGB (Red+Green+Blue) = 148+187+220=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #94BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDC is #6B4423. Grayscale: #B2B2B2. Windows color (decimal): -7029796 or 14465940. OLE color: 14465940.

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

Color convert

RGB148187220-
CMYK0.330.1500.14
HSL207.5º50.7%72.16%-
HSV(B)207.5º32.73%86.27%-
XYZ42.94774.52-
YUV179.1151.08105.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=26.67%
G=33.69%
B=39.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481872200.330.1500.14207.550.772.16
Hex94BBDC21F0Ed03348
Octal224273334411701632063110
Binary100101001011101111011100100001111101110110100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,220); }

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

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

 a { background-color: rgb(148,187,220); }

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

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

 span { border-color: rgb(148,187,220); }

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