#96CCD7

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

Shades of Regent St Blue #96CCD7

Tints of Regent St Blue #96CCD7

Color information

#96CCD7 (or 0x96CCD7) is unknown color: approx Regent St Blue. HEX triplet: 96, CC and D7. RGB value is (150,204,215). Sum of RGB (Red+Green+Blue) = 150+204+215=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #96CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCD7 is #693328. Grayscale: #BDBDBD. Windows color (decimal): -6894377 or 14142614. OLE color: 14142614.

HSL color Cylindrical-coordinate representation of color #96CCD7: hue angle of 190.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CCD7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150204215-
CMYK0.300.0500.16
HSL190.15º44.83%71.57%-
HSV(B)190.15º30.23%84.31%-
XYZ46.4454.5872.38-
YUV189.11142.61100.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=26.36%
G=35.85%
B=37.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502042150.300.0500.16190.1544.8371.57
Hex96CCD71E5010be2d48
Octal22631432736502027655110
Binary10010110110011001101011111110101010000101111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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