#96C8DC

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

Shades of Regent St Blue #96C8DC

Tints of Regent St Blue #96C8DC

Color information

#96C8DC (or 0x96C8DC) is unknown color: approx Regent St Blue. HEX triplet: 96, C8 and DC. RGB value is (150,200,220). Sum of RGB (Red+Green+Blue) = 150+200+220=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #96C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8DC is #693723. Grayscale: #BBBBBB. Windows color (decimal): -6895396 or 14469270. OLE color: 14469270.

HSL color Cylindrical-coordinate representation of color #96C8DC: hue angle of 197.14º 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 #96C8DC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150200220-
CMYK0.320.0900.14
HSL197.14º50%72.55%-
HSV(B)197.14º31.82%86.27%-
XYZ46.1552.9675.5-
YUV187.33146.44101.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=26.32%
G=35.09%
B=38.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502002200.320.0900.14197.145072.55
Hex96C8DC2090Ec53249
Octal226310334401101630562111
Binary100101101100100011011100100000100101110110001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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