#96CBDC

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

Shades of Regent St Blue #96CBDC

Tints of Regent St Blue #96CBDC

Color information

#96CBDC (or 0x96CBDC) is unknown color: approx Regent St Blue. HEX triplet: 96, CB and DC. RGB value is (150,203,220). Sum of RGB (Red+Green+Blue) = 150+203+220=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBDC is #693423. Grayscale: #BCBCBC. Windows color (decimal): -6894628 or 14470038. OLE color: 14470038.

HSL color Cylindrical-coordinate representation of color #96CBDC: hue angle of 194.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CBDC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150203220-
CMYK0.320.0800.14
HSL194.57º50%72.55%-
HSV(B)194.57º31.82%86.27%-
XYZ46.8554.3675.73-
YUV189.09145.44100.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=26.18%
G=35.43%
B=38.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502032200.320.0800.14194.575072.55
Hex96CBDC2080Ec33249
Octal226313334401001630362111
Binary100101101100101111011100100000100001110110000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,220); }

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

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

 a { background-color: rgb(150,203,220); }

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

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

 span { border-color: rgb(150,203,220); }

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