#95BCF6

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

Shades of Cornflower #95BCF6

Tints of Cornflower #95BCF6

Color information

#95BCF6 (or 0x95BCF6) is unknown color: approx Cornflower. HEX triplet: 95, BC and F6. RGB value is (149,188,246). Sum of RGB (Red+Green+Blue) = 149+188+246=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #95BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCF6 is #6A4309. Grayscale: #B6B6B6. Windows color (decimal): -6963978 or 16170133. OLE color: 16170133.

HSL color Cylindrical-coordinate representation of color #95BCF6: hue angle of 215.88º 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 #95BCF6 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149188246-
CMYK0.390.2400.04
HSL215.88º84.35%77.45%-
HSV(B)215.88º39.43%96.47%-
XYZ47.0149.0194.17-
YUV182.95163.58103.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=25.56%
G=32.25%
B=42.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491882460.390.2400.04215.8884.3577.45
Hex95BCF6271804d8544d
Octal225274366473004330124115
Binary1001010110111100111101101001111100001001101100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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