#94BDED

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

Shades of Cornflower #94BDED

Tints of Cornflower #94BDED

Color information

#94BDED (or 0x94BDED) is unknown color: approx Cornflower. HEX triplet: 94, BD and ED. RGB value is (148,189,237). Sum of RGB (Red+Green+Blue) = 148+189+237=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #94BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDED is #6B4212. Grayscale: #B5B5B5. Windows color (decimal): -7029267 or 15580564. OLE color: 15580564.

HSL color Cylindrical-coordinate representation of color #94BDED: hue angle of 212.36º 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 #94BDED is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148189237-
CMYK0.380.2000.07
HSL212.36º71.2%75.49%-
HSV(B)212.36º37.55%92.94%-
XYZ45.748.8187.13-
YUV182.21158.92103.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=25.78%
G=32.93%
B=41.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481892370.380.2000.07212.3671.275.49
Hex94BDED261407d4474b
Octal224275355462407324107113
Binary1001010010111101111011011001101010001111101010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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