#94BFE0

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

Shades of Cornflower #94BFE0

Tints of Cornflower #94BFE0

Color information

#94BFE0 (or 0x94BFE0) is unknown color: approx Cornflower. HEX triplet: 94, BF and E0. RGB value is (148,191,224). Sum of RGB (Red+Green+Blue) = 148+191+224=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #94BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFE0 is #6B401F. Grayscale: #B5B5B5. Windows color (decimal): -7028768 or 14729108. OLE color: 14729108.

HSL color Cylindrical-coordinate representation of color #94BFE0: hue angle of 206.05º degrees, saturation: 0.55, 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 #94BFE0 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148191224-
CMYK0.340.1500.12
HSL206.05º55.07%72.94%-
HSV(B)206.05º33.93%87.84%-
XYZ44.348.9477.63-
YUV181.9151.75103.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=26.29%
G=33.93%
B=39.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481912240.340.1500.12206.0555.0772.94
Hex94BFE022F0Cce3749
Octal224277340421701431667111
Binary100101001011111111100000100010111101100110011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,224); }

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

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

 a { background-color: rgb(148,191,224); }

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

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

 span { border-color: rgb(148,191,224); }

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