#95BAD9

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

Shades of Cornflower #95BAD9

Tints of Cornflower #95BAD9

Color information

#95BAD9 (or 0x95BAD9) is unknown color: approx Cornflower. HEX triplet: 95, BA and D9. RGB value is (149,186,217). Sum of RGB (Red+Green+Blue) = 149+186+217=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #95BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAD9 is #6A4526. Grayscale: #B2B2B2. Windows color (decimal): -6964519 or 14269077. OLE color: 14269077.

HSL color Cylindrical-coordinate representation of color #95BAD9: hue angle of 207.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BAD9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149186217-
CMYK0.310.1400.15
HSL207.35º47.22%71.76%-
HSV(B)207.35º31.34%85.1%-
XYZ42.4846.5272.39-
YUV178.47149.74106.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=26.99%
G=33.70%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491862170.310.1400.15207.3547.2271.76
Hex95BAD91FE0Fcf2f48
Octal225272331371601731757110
Binary10010101101110101101100111111111001111110011111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,217); }

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

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

 a { background-color: rgb(149,186,217); }

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

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

 span { border-color: rgb(149,186,217); }

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