#95BCD7

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

Shades of Cornflower #95BCD7

Tints of Cornflower #95BCD7

Color information

#95BCD7 (or 0x95BCD7) is unknown color: approx Cornflower. HEX triplet: 95, BC and D7. RGB value is (149,188,215). Sum of RGB (Red+Green+Blue) = 149+188+215=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #95BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCD7 is #6A4328. Grayscale: #B3B3B3. Windows color (decimal): -6964009 or 14138517. OLE color: 14138517.

HSL color Cylindrical-coordinate representation of color #95BCD7: hue angle of 204.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BCD7 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149188215-
CMYK0.310.1300.16
HSL204.55º45.21%71.37%-
HSV(B)204.55º30.7%84.31%-
XYZ42.6447.2671.16-
YUV179.42148.08106.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=26.99%
G=34.06%
B=38.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491882150.310.1300.16204.5545.2171.37
Hex95BCD71FD010cd2d47
Octal225274327371502031555107
Binary100101011011110011010111111111101010000110011011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,215); }

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

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

 a { background-color: rgb(149,188,215); }

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

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

 span { border-color: rgb(149,188,215); }

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