#95BDEA

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

Shades of Cornflower #95BDEA

Tints of Cornflower #95BDEA

Color information

#95BDEA (or 0x95BDEA) is unknown color: approx Cornflower. HEX triplet: 95, BD and EA. RGB value is (149,189,234). Sum of RGB (Red+Green+Blue) = 149+189+234=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #95BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDEA is #6A4215. Grayscale: #B5B5B5. Windows color (decimal): -6963734 or 15383957. OLE color: 15383957.

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

Color convert

RGB149189234-
CMYK0.360.1900.08
HSL211.76º66.93%75.1%-
HSV(B)211.76º36.32%91.76%-
XYZ45.4448.7384.85-
YUV182.17157.25104.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=26.05%
G=33.04%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491892340.360.1900.08211.7666.9375.1
Hex95BDEA241308d4434b
Octal2252753524423010324103113
Binary10010101101111011110101010010010011010001101010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,234); }

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

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

 a { background-color: rgb(149,189,234); }

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

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

 span { border-color: rgb(149,189,234); }

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