#95BBDD

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

Shades of Cornflower #95BBDD

Tints of Cornflower #95BBDD

Color information

#95BBDD (or 0x95BBDD) is unknown color: approx Cornflower. HEX triplet: 95, BB and DD. RGB value is (149,187,221). Sum of RGB (Red+Green+Blue) = 149+187+221=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #95BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBDD is #6A4422. Grayscale: #B3B3B3. Windows color (decimal): -6964259 or 14531477. OLE color: 14531477.

HSL color Cylindrical-coordinate representation of color #95BBDD: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149187221-
CMYK0.330.1500.13
HSL208.33º51.43%72.55%-
HSV(B)208.33º32.58%86.67%-
XYZ43.2247.1575.23-
YUV179.51151.41106.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=26.75%
G=33.57%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491872210.330.1500.13208.3351.4372.55
Hex95BBDD21F0Dd03349
Octal225273335411701532063111
Binary100101011011101111011101100001111101101110100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,221); }

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

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

 a { background-color: rgb(149,187,221); }

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

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

 span { border-color: rgb(149,187,221); }

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