#96C5DA

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

Shades of Regent St Blue #96C5DA

Tints of Regent St Blue #96C5DA

Color information

#96C5DA (or 0x96C5DA) is unknown color: approx Regent St Blue. HEX triplet: 96, C5 and DA. RGB value is (150,197,218). Sum of RGB (Red+Green+Blue) = 150+197+218=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #96C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5DA is #693A25. Grayscale: #B9B9B9. Windows color (decimal): -6896166 or 14337430. OLE color: 14337430.

HSL color Cylindrical-coordinate representation of color #96C5DA: hue angle of 198.53º degrees, saturation: 0.48, 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 #96C5DA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150197218-
CMYK0.310.1000.15
HSL198.53º47.89%72.16%-
HSV(B)198.53º31.19%85.49%-
XYZ45.251.4873.88-
YUV185.34146.43102.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=26.55%
G=34.87%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501972180.310.1000.15198.5347.8972.16
Hex96C5DA1FA0Fc73048
Octal226305332371201730760110
Binary10010110110001011101101011111101001111110001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,218); }

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

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

 a { background-color: rgb(150,197,218); }

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

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

 span { border-color: rgb(150,197,218); }

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