#95CED8

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

Shades of Regent St Blue #95CED8

Tints of Regent St Blue #95CED8

Color information

#95CED8 (or 0x95CED8) is unknown color: approx Regent St Blue. HEX triplet: 95, CE and D8. RGB value is (149,206,216). Sum of RGB (Red+Green+Blue) = 149+206+216=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #95CED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CED8 is #6A3127. Grayscale: #BDBDBD. Windows color (decimal): -6959400 or 14208661. OLE color: 14208661.

HSL color Cylindrical-coordinate representation of color #95CED8: hue angle of 188.96º 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 #95CED8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149206216-
CMYK0.310.0500.15
HSL188.96º46.21%71.57%-
HSV(B)188.96º31.02%84.71%-
XYZ46.8655.4973.21-
YUV190.1142.6298.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.09%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=26.09%
G=36.08%
B=37.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492062160.310.0500.15188.9646.2171.57
Hex95CED81F50Fbd2e48
Octal22531633037501727556110
Binary1001010111001110110110001111110101111101111011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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