#95CDDE

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

Shades of Regent St Blue #95CDDE

Tints of Regent St Blue #95CDDE

Color information

#95CDDE (or 0x95CDDE) is unknown color: approx Regent St Blue. HEX triplet: 95, CD and DE. RGB value is (149,205,222). Sum of RGB (Red+Green+Blue) = 149+205+222=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #95CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDDE is #6A3221. Grayscale: #BEBEBE. Windows color (decimal): -6959650 or 14601621. OLE color: 14601621.

HSL color Cylindrical-coordinate representation of color #95CDDE: hue angle of 193.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95CDDE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149205222-
CMYK0.330.0800.13
HSL193.97º52.52%72.75%-
HSV(B)193.97º32.88%87.06%-
XYZ47.4155.3377.29-
YUV190.19145.9598.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=25.87%
G=35.59%
B=38.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492052220.330.0800.13193.9752.5272.75
Hex95CDDE2180Dc23549
Octal225315336411001530265111
Binary100101011100110111011110100001100001101110000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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