#95BFDD

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

Shades of Cornflower #95BFDD

Tints of Cornflower #95BFDD

Color information

#95BFDD (or 0x95BFDD) is unknown color: approx Cornflower. HEX triplet: 95, BF and DD. RGB value is (149,191,221). Sum of RGB (Red+Green+Blue) = 149+191+221=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #95BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFDD is #6A4022. Grayscale: #B5B5B5. Windows color (decimal): -6963235 or 14532501. OLE color: 14532501.

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

Color convert

RGB149191221-
CMYK0.330.1400.13
HSL205º51.43%72.55%-
HSV(B)205º32.58%86.67%-
XYZ44.0848.8775.52-
YUV181.86150.09104.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=26.56%
G=34.05%
B=39.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491912210.330.1400.1320551.4372.55
Hex95BFDD21E0Dcd3349
Octal225277335411601531563111
Binary100101011011111111011101100001111001101110011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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