#96bcd2

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

Shades of Regent St Blue #96BCD2

Tints of Regent St Blue #96BCD2

Color information

#96BCD2 (or 0x96BCD2) is unknown color: approx Regent St Blue. HEX triplet: 96, BC and D2. RGB value is (150,188,210). Sum of RGB (Red+Green+Blue) = 150+188+210=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #96BCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD2 is #69432D. Grayscale: #B3B3B3. Windows color (decimal): -6898478 or 13810838. OLE color: 13810838.

HSL color Cylindrical-coordinate representation of color #96BCD2: hue angle of 202º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BCD2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150188210-
CMYK0.290.1000.18
HSL202º40%70.59%-
HSV(B)202º28.57%82.35%-
XYZ42.1947.167.84-
YUV179.15145.41107.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=27.37%
G=34.31%
B=38.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501882100.290.1000.182024070.59
Hex96BCD21DA012ca2847
Octal226274322351202231250107
Binary100101101011110011010010111011010010010110010101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96bcd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96bcd2; }

 p { color: rgb(150,188,210); }

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

<style>
 a { background-color: #96bcd2; }

 a { background-color: rgb(150,188,210); }

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

<style>
 span { border-color: #96bcd2; }

 span { border-color: rgb(150,188,210); }

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