#95BBDB

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

Shades of Cornflower #95BBDB

Tints of Cornflower #95BBDB

Color information

#95BBDB (or 0x95BBDB) is unknown color: approx Cornflower. HEX triplet: 95, BB and DB. RGB value is (149,187,219). Sum of RGB (Red+Green+Blue) = 149+187+219=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #95BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBDB is #6A4424. Grayscale: #B3B3B3. Windows color (decimal): -6964261 or 14400405. OLE color: 14400405.

HSL color Cylindrical-coordinate representation of color #95BBDB: hue angle of 207.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BBDB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149187219-
CMYK0.320.1500.14
HSL207.43º49.3%72.16%-
HSV(B)207.43º31.96%85.88%-
XYZ42.9547.0473.83-
YUV179.29150.41106.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=26.85%
G=33.69%
B=39.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491872190.320.1500.14207.4349.372.16
Hex95BBDB20F0Ecf3148
Octal225273333401701631761110
Binary100101011011101111011011100000111101110110011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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