#95BCCE

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

Shades of Regent St Blue #95BCCE

Tints of Regent St Blue #95BCCE

Color information

#95BCCE (or 0x95BCCE) is unknown color: approx Regent St Blue. HEX triplet: 95, BC and CE. RGB value is (149,188,206). Sum of RGB (Red+Green+Blue) = 149+188+206=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #95BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCCE is #6A4331. Grayscale: #B2B2B2. Windows color (decimal): -6964018 or 13548693. OLE color: 13548693.

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

Color convert

RGB149188206-
CMYK0.280.0900.19
HSL198.95º36.77%69.61%-
HSV(B)198.95º27.67%80.78%-
XYZ41.5246.8165.24-
YUV178.39143.58107.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=27.44%
G=34.62%
B=37.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491882060.280.0900.19198.9536.7769.61
Hex95BCCE1C9013c72546
Octal225274316341102330745106
Binary100101011011110011001110111001001010011110001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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