#95BDD9

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

Shades of Cornflower #95BDD9

Tints of Cornflower #95BDD9

Color information

#95BDD9 (or 0x95BDD9) is unknown color: approx Cornflower. HEX triplet: 95, BD and D9. RGB value is (149,189,217). Sum of RGB (Red+Green+Blue) = 149+189+217=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #95BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDD9 is #6A4226. Grayscale: #B4B4B4. Windows color (decimal): -6963751 or 14269845. OLE color: 14269845.

HSL color Cylindrical-coordinate representation of color #95BDD9: hue angle of 204.71º 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 #95BDD9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149189217-
CMYK0.310.1300.15
HSL204.71º47.22%71.76%-
HSV(B)204.71º31.34%85.1%-
XYZ43.1247.7972.6-
YUV180.23148.75105.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=26.85%
G=34.05%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491892170.310.1300.15204.7147.2271.76
Hex95BDD91FD0Fcd2f48
Octal225275331371501731557110
Binary10010101101111011101100111111110101111110011011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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