#95BDCD

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

Shades of Regent St Blue #95BDCD

Tints of Regent St Blue #95BDCD

Color information

#95BDCD (or 0x95BDCD) is unknown color: approx Regent St Blue. HEX triplet: 95, BD and CD. RGB value is (149,189,205). Sum of RGB (Red+Green+Blue) = 149+189+205=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #95BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDCD is #6A4232. Grayscale: #B2B2B2. Windows color (decimal): -6963763 or 13483413. OLE color: 13483413.

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

Color convert

RGB149189205-
CMYK0.270.0800.20
HSL197.14º35.9%69.41%-
HSV(B)197.14º27.32%80.39%-
XYZ41.6147.1964.67-
YUV178.86142.75106.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=27.44%
G=34.81%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491892050.270.0800.20197.1435.969.41
Hex95BDCD1B8014c52445
Octal225275315331002430544105
Binary100101011011110111001101110111000010100110001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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