#95BED1

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

Shades of Regent St Blue #95BED1

Tints of Regent St Blue #95BED1

Color information

#95BED1 (or 0x95BED1) is unknown color: approx Regent St Blue. HEX triplet: 95, BE and D1. RGB value is (149,190,209). Sum of RGB (Red+Green+Blue) = 149+190+209=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #95BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED1 is #6A412E. Grayscale: #B3B3B3. Windows color (decimal): -6963503 or 13745813. OLE color: 13745813.

HSL color Cylindrical-coordinate representation of color #95BED1: hue angle of 199º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95BED1 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149190209-
CMYK0.290.0900.18
HSL199º39.47%70.2%-
HSV(B)199º28.71%81.96%-
XYZ42.3247.8267.32-
YUV179.91144.42105.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=27.19%
G=34.67%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491902090.290.0900.1819939.4770.2
Hex95BED11D9012c72746
Octal225276321351102230747106
Binary100101011011111011010001111011001010010110001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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