#96BDD6

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

Shades of Regent St Blue #96BDD6

Tints of Regent St Blue #96BDD6

Color information

#96BDD6 (or 0x96BDD6) is unknown color: approx Regent St Blue. HEX triplet: 96, BD and D6. RGB value is (150,189,214). Sum of RGB (Red+Green+Blue) = 150+189+214=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #96BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDD6 is #694229. Grayscale: #B4B4B4. Windows color (decimal): -6898218 or 14073238. OLE color: 14073238.

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

Color convert

RGB150189214-
CMYK0.300.1200.16
HSL203.44º43.84%71.37%-
HSV(B)203.44º29.91%83.92%-
XYZ42.9147.7370.57-
YUV180.19147.08106.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=27.12%
G=34.18%
B=38.70%

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
Decimal1501892140.300.1200.16203.4443.8471.37
Hex96BDD61EC010cb2c47
Octal226275326361402031354107
Binary100101101011110111010110111101100010000110010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,189,214); }

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

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

 a { background-color: rgb(150,189,214); }

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

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

 span { border-color: rgb(150,189,214); }

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