#94BEE1

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

Shades of Cornflower #94BEE1

Tints of Cornflower #94BEE1

Color information

#94BEE1 (or 0x94BEE1) is unknown color: approx Cornflower. HEX triplet: 94, BE and E1. RGB value is (148,190,225). Sum of RGB (Red+Green+Blue) = 148+190+225=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEE1 is #6B411E. Grayscale: #B5B5B5. Windows color (decimal): -7029023 or 14794388. OLE color: 14794388.

HSL color Cylindrical-coordinate representation of color #94BEE1: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BEE1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148190225-
CMYK0.340.1600.12
HSL207.27º56.2%73.14%-
HSV(B)207.27º34.22%88.24%-
XYZ44.2248.5678.28-
YUV181.43152.59104.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=26.29%
G=33.75%
B=39.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481902250.340.1600.12207.2756.273.14
Hex94BEE122100Ccf3849
Octal224276341422001431770111
Binary1001010010111110111000011000101000001100110011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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