#96C1D9

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

Shades of Regent St Blue #96C1D9

Tints of Regent St Blue #96C1D9

Color information

#96C1D9 (or 0x96C1D9) is unknown color: approx Regent St Blue. HEX triplet: 96, C1 and D9. RGB value is (150,193,217). Sum of RGB (Red+Green+Blue) = 150+193+217=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #96C1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1D9 is #693E26. Grayscale: #B6B6B6. Windows color (decimal): -6897191 or 14270870. OLE color: 14270870.

HSL color Cylindrical-coordinate representation of color #96C1D9: hue angle of 201.49º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C1D9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150193217-
CMYK0.310.1100.15
HSL201.49º46.85%71.96%-
HSV(B)201.49º30.88%85.1%-
XYZ44.1749.6372.9-
YUV182.88147.25104.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=26.79%
G=34.46%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501932170.310.1100.15201.4946.8571.96
Hex96C1D91FB0Fc92f48
Octal226301331371301731157110
Binary10010110110000011101100111111101101111110010011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,217); }

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

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

 a { background-color: rgb(150,193,217); }

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

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

 span { border-color: rgb(150,193,217); }

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