#96CCDC

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

Shades of Regent St Blue #96CCDC

Tints of Regent St Blue #96CCDC

Color information

#96CCDC (or 0x96CCDC) is unknown color: approx Regent St Blue. HEX triplet: 96, CC and DC. RGB value is (150,204,220). Sum of RGB (Red+Green+Blue) = 150+204+220=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCDC is #693323. Grayscale: #BDBDBD. Windows color (decimal): -6894372 or 14470294. OLE color: 14470294.

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

Color convert

RGB150204220-
CMYK0.320.0700.14
HSL193.71º50%72.55%-
HSV(B)193.71º31.82%86.27%-
XYZ47.0954.8475.81-
YUV189.68145.1199.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=26.13%
G=35.54%
B=38.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502042200.320.0700.14193.715072.55
Hex96CCDC2070Ec23249
Octal22631433440701630262111
Binary10010110110011001101110010000011101110110000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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