#95CFEC

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

Shades of Cornflower #95CFEC

Tints of Cornflower #95CFEC

Color information

#95CFEC (or 0x95CFEC) is unknown color: approx Cornflower. HEX triplet: 95, CF and EC. RGB value is (149,207,236). Sum of RGB (Red+Green+Blue) = 149+207+236=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #95CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CFEC is #6A3013. Grayscale: #C0C0C0. Windows color (decimal): -6959124 or 15519637. OLE color: 15519637.

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

Color convert

RGB149207236-
CMYK0.370.1200.07
HSL200º69.6%75.49%-
HSV(B)200º36.86%92.55%-
XYZ49.8557.0787.75-
YUV192.96152.2896.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.17%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=25.17%
G=34.97%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492072360.370.1200.0720069.675.49
Hex95CFEC25C07c8464b
Octal225317354451407310106113
Binary100101011100111111101100100101110001111100100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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