#95BCCD

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

Shades of Regent St Blue #95BCCD

Tints of Regent St Blue #95BCCD

Color information

#95BCCD (or 0x95BCCD) is unknown color: approx Regent St Blue. HEX triplet: 95, BC and CD. RGB value is (149,188,205). Sum of RGB (Red+Green+Blue) = 149+188+205=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #95BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCCD is #6A4332. Grayscale: #B2B2B2. Windows color (decimal): -6964019 or 13483157. OLE color: 13483157.

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

Color convert

RGB149188205-
CMYK0.270.0800.20
HSL198.21º35.9%69.41%-
HSV(B)198.21º27.32%80.39%-
XYZ41.446.7664.6-
YUV178.28143.08107.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=27.49%
G=34.69%
B=37.82%

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
Decimal1491882050.270.0800.20198.2135.969.41
Hex95BCCD1B8014c62445
Octal225274315331002430644105
Binary100101011011110011001101110111000010100110001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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