#96CAD9

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

Shades of Regent St Blue #96CAD9

Tints of Regent St Blue #96CAD9

Color information

#96CAD9 (or 0x96CAD9) is unknown color: approx Regent St Blue. HEX triplet: 96, CA and D9. RGB value is (150,202,217). Sum of RGB (Red+Green+Blue) = 150+202+217=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #96CAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAD9 is #693526. Grayscale: #BCBCBC. Windows color (decimal): -6894887 or 14273174. OLE color: 14273174.

HSL color Cylindrical-coordinate representation of color #96CAD9: hue angle of 193.43º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CAD9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150202217-
CMYK0.310.0700.15
HSL193.43º46.85%71.96%-
HSV(B)193.43º30.88%85.1%-
XYZ46.2253.7373.58-
YUV188.16144.27100.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=26.36%
G=35.50%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502022170.310.0700.15193.4346.8571.96
Hex96CAD91F70Fc12f48
Octal22631233137701730157110
Binary1001011011001010110110011111111101111110000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,217); }

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

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

 a { background-color: rgb(150,202,217); }

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

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

 span { border-color: rgb(150,202,217); }

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