#95CCEC

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

Shades of Cornflower #95CCEC

Tints of Cornflower #95CCEC

Color information

#95CCEC (or 0x95CCEC) is unknown color: approx Cornflower. HEX triplet: 95, CC and EC. RGB value is (149,204,236). Sum of RGB (Red+Green+Blue) = 149+204+236=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #95CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCEC is #6A3313. Grayscale: #BFBFBF. Windows color (decimal): -6959892 or 15518869. OLE color: 15518869.

HSL color Cylindrical-coordinate representation of color #95CCEC: hue angle of 202.07º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95CCEC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149204236-
CMYK0.370.1400.07
HSL202.07º69.6%75.49%-
HSV(B)202.07º36.86%92.55%-
XYZ49.1355.6387.51-
YUV191.2153.2897.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=25.30%
G=34.63%
B=40.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492042360.370.1400.07202.0769.675.49
Hex95CCEC25E07ca464b
Octal225314354451607312106113
Binary100101011100110011101100100101111001111100101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CCEC; }

 p { color: rgb(149,204,236); }

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

<style>
 a { background-color: #95CCEC; }

 a { background-color: rgb(149,204,236); }

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

<style>
 span { border-color: #95CCEC; }

 span { border-color: rgb(149,204,236); }

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