#96C3CD

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

Shades of Regent St Blue #96C3CD

Tints of Regent St Blue #96C3CD

Color information

#96C3CD (or 0x96C3CD) is unknown color: approx Regent St Blue. HEX triplet: 96, C3 and CD. RGB value is (150,195,205). Sum of RGB (Red+Green+Blue) = 150+195+205=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #96C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3CD is #693C32. Grayscale: #B6B6B6. Windows color (decimal): -6896691 or 13484950. OLE color: 13484950.

HSL color Cylindrical-coordinate representation of color #96C3CD: hue angle of 190.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C3CD is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150195205-
CMYK0.270.0500.20
HSL190.91º35.48%69.61%-
HSV(B)190.91º26.83%80.39%-
XYZ43.1149.9265.12-
YUV182.68140.59104.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.27%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=27.27%
G=35.45%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501952050.270.0500.20190.9135.4869.61
Hex96C3CD1B5014bf2346
Octal22630331533502427743106
Binary10010110110000111100110111011101010100101111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,205); }

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

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

 a { background-color: rgb(150,195,205); }

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

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

 span { border-color: rgb(150,195,205); }

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