#95BBD2

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

Shades of Regent St Blue #95BBD2

Tints of Regent St Blue #95BBD2

Color information

#95BBD2 (or 0x95BBD2) is unknown color: approx Regent St Blue. HEX triplet: 95, BB and D2. RGB value is (149,187,210). Sum of RGB (Red+Green+Blue) = 149+187+210=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #95BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBD2 is #6A442D. Grayscale: #B2B2B2. Windows color (decimal): -6964270 or 13810581. OLE color: 13810581.

HSL color Cylindrical-coordinate representation of color #95BBD2: hue angle of 202.62º degrees, saturation: 0.4, 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 #95BBD2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149187210-
CMYK0.290.1100.18
HSL202.62º40.4%70.39%-
HSV(B)202.62º29.05%82.35%-
XYZ41.846.5867.76-
YUV178.26145.91107.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=27.29%
G=34.25%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491872100.290.1100.18202.6240.470.39
Hex95BBD21DB012cb2846
Octal225273322351302231350106
Binary100101011011101111010010111011011010010110010111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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