#95BECE

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

Shades of Regent St Blue #95BECE

Tints of Regent St Blue #95BECE

Color information

#95BECE (or 0x95BECE) is unknown color: approx Regent St Blue. HEX triplet: 95, BE and CE. RGB value is (149,190,206). Sum of RGB (Red+Green+Blue) = 149+190+206=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #95BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BECE is #6A4131. Grayscale: #B3B3B3. Windows color (decimal): -6963506 or 13549205. OLE color: 13549205.

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

Color convert

RGB149190206-
CMYK0.280.0800.19
HSL196.84º36.77%69.61%-
HSV(B)196.84º27.67%80.78%-
XYZ41.9547.6765.38-
YUV179.56142.92106.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=27.34%
G=34.86%
B=37.80%

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
Decimal1491902060.280.0800.19196.8436.7769.61
Hex95BECE1C8013c52546
Octal225276316341002330545106
Binary100101011011111011001110111001000010011110001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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