#96C1D1

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

Shades of Regent St Blue #96C1D1

Tints of Regent St Blue #96C1D1

Color information

#96C1D1 (or 0x96C1D1) is unknown color: approx Regent St Blue. HEX triplet: 96, C1 and D1. RGB value is (150,193,209). Sum of RGB (Red+Green+Blue) = 150+193+209=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #96C1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1D1 is #693E2E. Grayscale: #B5B5B5. Windows color (decimal): -6897199 or 13746582. OLE color: 13746582.

HSL color Cylindrical-coordinate representation of color #96C1D1: hue angle of 196.27º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96C1D1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150193209-
CMYK0.280.0800.18
HSL196.27º39.07%70.39%-
HSV(B)196.27º28.23%81.96%-
XYZ43.1649.2367.55-
YUV181.97143.25105.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=27.17%
G=34.96%
B=37.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501932090.280.0800.18196.2739.0770.39
Hex96C1D11C8012c42746
Octal226301321341002230447106
Binary100101101100000111010001111001000010010110001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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