#94BEDB

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

Shades of Cornflower #94BEDB

Tints of Cornflower #94BEDB

Color information

#94BEDB (or 0x94BEDB) is unknown color: approx Cornflower. HEX triplet: 94, BE and DB. RGB value is (148,190,219). Sum of RGB (Red+Green+Blue) = 148+190+219=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #94BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEDB is #6B4124. Grayscale: #B4B4B4. Windows color (decimal): -7029029 or 14401172. OLE color: 14401172.

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

Color convert

RGB148190219-
CMYK0.320.1300.14
HSL204.51º49.65%71.96%-
HSV(B)204.51º32.42%85.88%-
XYZ43.4148.2474.04-
YUV180.75149.59104.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=26.57%
G=34.11%
B=39.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481902190.320.1300.14204.5149.6571.96
Hex94BEDB20D0Ecd3248
Octal224276333401501631562110
Binary100101001011111011011011100000110101110110011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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