#95BBD5

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

Shades of Regent St Blue #95BBD5

Tints of Regent St Blue #95BBD5

Color information

#95BBD5 (or 0x95BBD5) is unknown color: approx Regent St Blue. HEX triplet: 95, BB and D5. RGB value is (149,187,213). Sum of RGB (Red+Green+Blue) = 149+187+213=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #95BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBD5 is #6A442A. Grayscale: #B2B2B2. Windows color (decimal): -6964267 or 14007189. OLE color: 14007189.

HSL color Cylindrical-coordinate representation of color #95BBD5: hue angle of 204.38º 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 #95BBD5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149187213-
CMYK0.300.1200.16
HSL204.38º43.24%70.98%-
HSV(B)204.38º30.05%83.53%-
XYZ42.1746.7369.75-
YUV178.6147.41106.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=27.14%
G=34.06%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491872130.300.1200.16204.3843.2470.98
Hex95BBD51EC010cc2b47
Octal225273325361402031453107
Binary100101011011101111010101111101100010000110011001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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