#95c6d8

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

Shades of Regent St Blue #95C6D8

Tints of Regent St Blue #95C6D8

Color information

#95C6D8 (or 0x95C6D8) is unknown color: approx Regent St Blue. HEX triplet: 95, C6 and D8. RGB value is (149,198,216). Sum of RGB (Red+Green+Blue) = 149+198+216=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #95C6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6D8 is #6A3927. Grayscale: #B9B9B9. Windows color (decimal): -6961448 or 14206613. OLE color: 14206613.

HSL color Cylindrical-coordinate representation of color #95C6D8: hue angle of 196.12º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C6D8 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149198216-
CMYK0.310.0800.15
HSL196.12º46.21%71.57%-
HSV(B)196.12º31.02%84.71%-
XYZ44.9851.7472.58-
YUV185.4145.27102.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=26.47%
G=35.17%
B=38.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491982160.310.0800.15196.1246.2171.57
Hex95C6D81F80Fc42e48
Octal225306330371001730456110
Binary10010101110001101101100011111100001111110001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95c6d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,216); }

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

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

 a { background-color: rgb(149,198,216); }

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

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

 span { border-color: rgb(149,198,216); }

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