#95BCEB

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

Shades of Cornflower #95BCEB

Tints of Cornflower #95BCEB

Color information

#95BCEB (or 0x95BCEB) is unknown color: approx Cornflower. HEX triplet: 95, BC and EB. RGB value is (149,188,235). Sum of RGB (Red+Green+Blue) = 149+188+235=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #95BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCEB is #6A4314. Grayscale: #B5B5B5. Windows color (decimal): -6963989 or 15449237. OLE color: 15449237.

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

Color convert

RGB149188235-
CMYK0.370.200.08
HSL212.79º68.25%75.29%-
HSV(B)212.79º36.6%92.16%-
XYZ45.3748.3585.54-
YUV181.7158.08104.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=26.05%
G=32.87%
B=41.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491882350.370.200.08212.7968.2575.29
Hex95BCEB251408d5444b
Octal2252743534524010325104113
Binary10010101101111001110101110010110100010001101010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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