#95BCDD

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

Shades of Cornflower #95BCDD

Tints of Cornflower #95BCDD

Color information

#95BCDD (or 0x95BCDD) is unknown color: approx Cornflower. HEX triplet: 95, BC and DD. RGB value is (149,188,221). Sum of RGB (Red+Green+Blue) = 149+188+221=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #95BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCDD is #6A4322. Grayscale: #B3B3B3. Windows color (decimal): -6964003 or 14531733. OLE color: 14531733.

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

Color convert

RGB149188221-
CMYK0.330.1500.13
HSL207.5º51.43%72.55%-
HSV(B)207.5º32.58%86.67%-
XYZ43.4347.5875.3-
YUV180.1151.08105.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=26.70%
G=33.69%
B=39.61%

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
Decimal1491882210.330.1500.13207.551.4372.55
Hex95BCDD21F0Dd03349
Octal225274335411701532063111
Binary100101011011110011011101100001111101101110100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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