#95BBCF

Color #95BBCF Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #95BBCF

Tints of Regent St Blue #95BBCF

Color information

#95BBCF (or 0x95BBCF) is unknown color: approx Regent St Blue. HEX triplet: 95, BB and CF. RGB value is (149,187,207). Sum of RGB (Red+Green+Blue) = 149+187+207=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #95BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBCF is #6A4430. Grayscale: #B1B1B1. Windows color (decimal): -6964273 or 13613973. OLE color: 13613973.

HSL color Cylindrical-coordinate representation of color #95BBCF: hue angle of 200.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95BBCF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149187207-
CMYK0.280.1000.19
HSL200.69º37.66%69.8%-
HSV(B)200.69º28.02%81.18%-
XYZ41.4346.4465.81-
YUV177.92144.41107.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=27.44%
G=34.44%
B=38.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491872070.280.1000.19200.6937.6669.8
Hex95BBCF1CA013c92646
Octal225273317341202331146106
Binary100101011011101111001111111001010010011110010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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