#95C4F6

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

Shades of Cornflower #95C4F6

Tints of Cornflower #95C4F6

Color information

#95C4F6 (or 0x95C4F6) is unknown color: approx Cornflower. HEX triplet: 95, C4 and F6. RGB value is (149,196,246). Sum of RGB (Red+Green+Blue) = 149+196+246=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #95C4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C4F6 is #6A3B09. Grayscale: #BBBBBB. Windows color (decimal): -6961930 or 16172181. OLE color: 16172181.

HSL color Cylindrical-coordinate representation of color #95C4F6: hue angle of 210.93º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95C4F6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149196246-
CMYK0.390.2000.04
HSL210.93º84.35%77.45%-
HSV(B)210.93º39.43%96.47%-
XYZ48.7752.5294.76-
YUV187.65160.93100.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.21%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=25.21%
G=33.16%
B=41.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491962460.390.2000.04210.9384.3577.45
Hex95C4F6271404d3544d
Octal225304366472404323124115
Binary1001010111000100111101101001111010001001101001110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,196,246); }

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

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

 a { background-color: rgb(149,196,246); }

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

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

 span { border-color: rgb(149,196,246); }

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