#95BED9

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

Shades of Cornflower #95BED9

Tints of Cornflower #95BED9

Color information

#95BED9 (or 0x95BED9) is unknown color: approx Cornflower. HEX triplet: 95, BE and D9. RGB value is (149,190,217). Sum of RGB (Red+Green+Blue) = 149+190+217=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #95BED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED9 is #6A4126. Grayscale: #B4B4B4. Windows color (decimal): -6963495 or 14270101. OLE color: 14270101.

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

Color convert

RGB149190217-
CMYK0.310.1200.15
HSL203.82º47.22%71.76%-
HSV(B)203.82º31.34%85.1%-
XYZ43.3348.2372.67-
YUV180.82148.42105.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=26.80%
G=34.17%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491902170.310.1200.15203.8247.2271.76
Hex95BED91FC0Fcc2f48
Octal225276331371401731457110
Binary10010101101111101101100111111110001111110011001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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