#94CFE5

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

Shades of Cornflower #94CFE5

Tints of Cornflower #94CFE5

Color information

#94CFE5 (or 0x94CFE5) is unknown color: approx Cornflower. HEX triplet: 94, CF and E5. RGB value is (148,207,229). Sum of RGB (Red+Green+Blue) = 148+207+229=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #94CFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFE5 is #6B301A. Grayscale: #BFBFBF. Windows color (decimal): -7024667 or 15060884. OLE color: 15060884.

HSL color Cylindrical-coordinate representation of color #94CFE5: hue angle of 196.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94CFE5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148207229-
CMYK0.350.1000.10
HSL196.3º60.9%73.92%-
HSV(B)196.3º35.37%89.8%-
XYZ48.6756.5882.48-
YUV191.87148.9596.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.34%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 229 (89.84% from 255) = 39.21%
R=25.34%
G=35.45%
B=39.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482072290.350.1000.10196.360.973.92
Hex94CFE523A0Ac43d4a
Octal224317345431201230475112
Binary100101001100111111100101100011101001010110001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,229); }

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

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

 a { background-color: rgb(148,207,229); }

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

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

 span { border-color: rgb(148,207,229); }

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