#95BFEB

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

Shades of Cornflower #95BFEB

Tints of Cornflower #95BFEB

Color information

#95BFEB (or 0x95BFEB) is unknown color: approx Cornflower. HEX triplet: 95, BF and EB. RGB value is (149,191,235). Sum of RGB (Red+Green+Blue) = 149+191+235=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #95BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFEB is #6A4014. Grayscale: #B7B7B7. Windows color (decimal): -6963221 or 15450005. OLE color: 15450005.

HSL color Cylindrical-coordinate representation of color #95BFEB: hue angle of 210.7º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95BFEB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149191235-
CMYK0.370.1900.08
HSL210.7º68.25%75.29%-
HSV(B)210.7º36.6%92.16%-
XYZ46.0249.6585.75-
YUV183.46157.09103.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=25.91%
G=33.22%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491912350.370.1900.08210.768.2575.29
Hex95BFEB251308d3444b
Octal2252773534523010323104113
Binary10010101101111111110101110010110011010001101001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,235); }

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

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

 a { background-color: rgb(149,191,235); }

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

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

 span { border-color: rgb(149,191,235); }

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