#94BBDE

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

Shades of Cornflower #94BBDE

Tints of Cornflower #94BBDE

Color information

#94BBDE (or 0x94BBDE) is unknown color: approx Cornflower. HEX triplet: 94, BB and DE. RGB value is (148,187,222). Sum of RGB (Red+Green+Blue) = 148+187+222=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #94BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDE is #6B4421. Grayscale: #B3B3B3. Windows color (decimal): -7029794 or 14597012. OLE color: 14597012.

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

Color convert

RGB148187222-
CMYK0.330.1600.13
HSL208.38º52.86%72.55%-
HSV(B)208.38º33.33%87.06%-
XYZ43.1747.1175.93-
YUV179.33152.08105.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=26.57%
G=33.57%
B=39.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481872220.330.1600.13208.3852.8672.55
Hex94BBDE21100Dd03549
Octal224273336412001532065111
Binary1001010010111011110111101000011000001101110100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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