#95BCEC

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

Shades of Cornflower #95BCEC

Tints of Cornflower #95BCEC

Color information

#95BCEC (or 0x95BCEC) is unknown color: approx Cornflower. HEX triplet: 95, BC and EC. RGB value is (149,188,236). Sum of RGB (Red+Green+Blue) = 149+188+236=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #95BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCEC is #6A4313. Grayscale: #B5B5B5. Windows color (decimal): -6963988 or 15514773. OLE color: 15514773.

HSL color Cylindrical-coordinate representation of color #95BCEC: hue angle of 213.1º 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 #95BCEC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149188236-
CMYK0.370.2000.07
HSL213.1º69.6%75.49%-
HSV(B)213.1º36.86%92.55%-
XYZ45.5248.4186.3-
YUV181.81158.58104.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=26.00%
G=32.81%
B=41.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491882360.370.2000.07213.169.675.49
Hex95BCEC251407d5464b
Octal225274354452407325106113
Binary1001010110111100111011001001011010001111101010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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