#95BDCE

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

Shades of Regent St Blue #95BDCE

Tints of Regent St Blue #95BDCE

Color information

#95BDCE (or 0x95BDCE) is unknown color: approx Regent St Blue. HEX triplet: 95, BD and CE. RGB value is (149,189,206). Sum of RGB (Red+Green+Blue) = 149+189+206=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #95BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDCE is #6A4231. Grayscale: #B2B2B2. Windows color (decimal): -6963762 or 13548949. OLE color: 13548949.

HSL color Cylindrical-coordinate representation of color #95BDCE: hue angle of 197.89º degrees, saturation: 0.37, 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 #95BDCE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149189206-
CMYK0.280.0800.19
HSL197.89º36.77%69.61%-
HSV(B)197.89º27.67%80.78%-
XYZ41.7347.2465.31-
YUV178.98143.25106.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=27.39%
G=34.74%
B=37.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491892060.280.0800.19197.8936.7769.61
Hex95BDCE1C8013c62546
Octal225275316341002330645106
Binary100101011011110111001110111001000010011110001101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,206); }

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

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

 a { background-color: rgb(149,189,206); }

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

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

 span { border-color: rgb(149,189,206); }

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