#95BED5

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

Shades of Regent St Blue #95BED5

Tints of Regent St Blue #95BED5

Color information

#95BED5 (or 0x95BED5) is unknown color: approx Regent St Blue. HEX triplet: 95, BE and D5. RGB value is (149,190,213). Sum of RGB (Red+Green+Blue) = 149+190+213=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #95BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED5 is #6A412A. Grayscale: #B4B4B4. Windows color (decimal): -6963499 or 14007957. OLE color: 14007957.

HSL color Cylindrical-coordinate representation of color #95BED5: hue angle of 201.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95BED5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149190213-
CMYK0.300.1100.16
HSL201.56º43.24%70.98%-
HSV(B)201.56º30.05%83.53%-
XYZ42.8248.0269.96-
YUV180.36146.42105.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=26.99%
G=34.42%
B=38.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491902130.300.1100.16201.5643.2470.98
Hex95BED51EB010ca2b47
Octal225276325361302031253107
Binary100101011011111011010101111101011010000110010101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,213); }

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

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

 a { background-color: rgb(149,190,213); }

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

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

 span { border-color: rgb(149,190,213); }

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