#95CEDC

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

Shades of Regent St Blue #95CEDC

Tints of Regent St Blue #95CEDC

Color information

#95CEDC (or 0x95CEDC) is unknown color: approx Regent St Blue. HEX triplet: 95, CE and DC. RGB value is (149,206,220). Sum of RGB (Red+Green+Blue) = 149+206+220=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #95CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEDC is #6A3123. Grayscale: #BEBEBE. Windows color (decimal): -6959396 or 14470805. OLE color: 14470805.

HSL color Cylindrical-coordinate representation of color #95CEDC: hue angle of 191.83º 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 #95CEDC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149206220-
CMYK0.320.0600.14
HSL191.83º50.35%72.35%-
HSV(B)191.83º32.27%86.27%-
XYZ47.3855.775.96-
YUV190.55144.6298.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=25.91%
G=35.83%
B=38.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492062200.320.0600.14191.8350.3572.35
Hex95CEDC2060Ec03248
Octal22531633440601630062110
Binary10010101110011101101110010000011001110110000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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