#94BEDC

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

Shades of Cornflower #94BEDC

Tints of Cornflower #94BEDC

Color information

#94BEDC (or 0x94BEDC) is unknown color: approx Cornflower. HEX triplet: 94, BE and DC. RGB value is (148,190,220). Sum of RGB (Red+Green+Blue) = 148+190+220=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #94BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEDC is #6B4123. Grayscale: #B4B4B4. Windows color (decimal): -7029028 or 14466708. OLE color: 14466708.

HSL color Cylindrical-coordinate representation of color #94BEDC: hue angle of 205º 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 #94BEDC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148190220-
CMYK0.330.1400.14
HSL205º50.7%72.16%-
HSV(B)205º32.73%86.27%-
XYZ43.5448.2974.74-
YUV180.86150.09104.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=26.52%
G=34.05%
B=39.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481902200.330.1400.1420550.772.16
Hex94BEDC21E0Ecd3348
Octal224276334411601631563110
Binary100101001011111011011100100001111001110110011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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