#95D5EC

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

Shades of Cornflower #95D5EC

Tints of Cornflower #95D5EC

Color information

#95D5EC (or 0x95D5EC) is unknown color: approx Cornflower. HEX triplet: 95, D5 and EC. RGB value is (149,213,236). Sum of RGB (Red+Green+Blue) = 149+213+236=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #95D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D5EC is #6A2A13. Grayscale: #C4C4C4. Windows color (decimal): -6957588 or 15521173. OLE color: 15521173.

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

Color convert

RGB149213236-
CMYK0.370.1000.07
HSL195.86º69.6%75.49%-
HSV(B)195.86º36.86%92.55%-
XYZ51.3360.0388.24-
YUV196.49150.394.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.92%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=24.92%
G=35.62%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492132360.370.1000.07195.8669.675.49
Hex95D5EC25A07c4464b
Octal225325354451207304106113
Binary100101011101010111101100100101101001111100010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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