#94BBED

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

Shades of Cornflower #94BBED

Tints of Cornflower #94BBED

Color information

#94BBED (or 0x94BBED) is unknown color: approx Cornflower. HEX triplet: 94, BB and ED. RGB value is (148,187,237). Sum of RGB (Red+Green+Blue) = 148+187+237=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #94BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBED is #6B4412. Grayscale: #B4B4B4. Windows color (decimal): -7029779 or 15580052. OLE color: 15580052.

HSL color Cylindrical-coordinate representation of color #94BBED: hue angle of 213.71º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94BBED is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148187237-
CMYK0.380.2100.07
HSL213.71º71.2%75.49%-
HSV(B)213.71º37.55%92.94%-
XYZ45.2747.9586.99-
YUV181.04159.58104.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.87%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=25.87%
G=32.69%
B=41.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481872370.380.2100.07213.7171.275.49
Hex94BBED261507d6474b
Octal224273355462507326107113
Binary1001010010111011111011011001101010101111101011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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