#95D3EC

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

Shades of Cornflower #95D3EC

Tints of Cornflower #95D3EC

Color information

#95D3EC (or 0x95D3EC) is unknown color: approx Cornflower. HEX triplet: 95, D3 and EC. RGB value is (149,211,236). Sum of RGB (Red+Green+Blue) = 149+211+236=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #95D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3EC is #6A2C13. Grayscale: #C3C3C3. Windows color (decimal): -6958100 or 15520661. OLE color: 15520661.

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

Color convert

RGB149211236-
CMYK0.370.1100.07
HSL197.24º69.6%75.49%-
HSV(B)197.24º36.86%92.55%-
XYZ50.8359.0388.07-
YUV195.31150.9694.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=25%
G=35.40%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492112360.370.1100.07197.2469.675.49
Hex95D3EC25B07c5464b
Octal225323354451307305106113
Binary100101011101001111101100100101101101111100010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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