#95BFCD

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

Shades of Regent St Blue #95BFCD

Tints of Regent St Blue #95BFCD

Color information

#95BFCD (or 0x95BFCD) is unknown color: approx Regent St Blue. HEX triplet: 95, BF and CD. RGB value is (149,191,205). Sum of RGB (Red+Green+Blue) = 149+191+205=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #95BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFCD is #6A4032. Grayscale: #B3B3B3. Windows color (decimal): -6963251 or 13483925. OLE color: 13483925.

HSL color Cylindrical-coordinate representation of color #95BFCD: hue angle of 195º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95BFCD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149191205-
CMYK0.270.0700.20
HSL195º35.9%69.41%-
HSV(B)195º27.32%80.39%-
XYZ42.0448.0664.82-
YUV180.04142.09105.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=27.34%
G=35.05%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491912050.270.0700.2019535.969.41
Hex95BFCD1B7014c32445
Octal22527731533702430344105
Binary10010101101111111100110111011111010100110000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,205); }

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

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

 a { background-color: rgb(149,191,205); }

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

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

 span { border-color: rgb(149,191,205); }

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