#95C9DC

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

Shades of Regent St Blue #95C9DC

Tints of Regent St Blue #95C9DC

Color information

#95C9DC (or 0x95C9DC) is unknown color: approx Regent St Blue. HEX triplet: 95, C9 and DC. RGB value is (149,201,220). Sum of RGB (Red+Green+Blue) = 149+201+220=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #95C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9DC is #6A3623. Grayscale: #BBBBBB. Windows color (decimal): -6960676 or 14469525. OLE color: 14469525.

HSL color Cylindrical-coordinate representation of color #95C9DC: hue angle of 196.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C9DC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149201220-
CMYK0.320.0900.14
HSL196.06º50.35%72.35%-
HSV(B)196.06º32.27%86.27%-
XYZ46.253.3375.57-
YUV187.62146.27100.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=26.14%
G=35.26%
B=38.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492012200.320.0900.14196.0650.3572.35
Hex95C9DC2090Ec43248
Octal225311334401101630462110
Binary100101011100100111011100100000100101110110001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,201,220); }

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

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

 a { background-color: rgb(149,201,220); }

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

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

 span { border-color: rgb(149,201,220); }

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