#95B9EB

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

Shades of Cornflower #95B9EB

Tints of Cornflower #95B9EB

Color information

#95B9EB (or 0x95B9EB) is unknown color: approx Cornflower. HEX triplet: 95, B9 and EB. RGB value is (149,185,235). Sum of RGB (Red+Green+Blue) = 149+185+235=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #95B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B9EB is #6A4614. Grayscale: #B3B3B3. Windows color (decimal): -6964757 or 15448469. OLE color: 15448469.

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

Color convert

RGB149185235-
CMYK0.370.2100.08
HSL214.88º68.25%75.29%-
HSV(B)214.88º36.6%92.16%-
XYZ44.7447.0985.33-
YUV179.94159.07105.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.19%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=26.19%
G=32.51%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491852350.370.2100.08214.8868.2575.29
Hex95B9EB251508d7444b
Octal2252713534525010327104113
Binary10010101101110011110101110010110101010001101011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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