#96CCDA

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

Shades of Regent St Blue #96CCDA

Tints of Regent St Blue #96CCDA

Color information

#96CCDA (or 0x96CCDA) is unknown color: approx Regent St Blue. HEX triplet: 96, CC and DA. RGB value is (150,204,218). Sum of RGB (Red+Green+Blue) = 150+204+218=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #96CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCDA is #693325. Grayscale: #BDBDBD. Windows color (decimal): -6894374 or 14339222. OLE color: 14339222.

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

Color convert

RGB150204218-
CMYK0.310.0600.15
HSL192.35º47.89%72.16%-
HSV(B)192.35º31.19%85.49%-
XYZ46.8354.7374.43-
YUV189.45144.1199.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.22%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=26.22%
G=35.66%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502042180.310.0600.15192.3547.8972.16
Hex96CCDA1F60Fc03048
Octal22631433237601730060110
Binary1001011011001100110110101111111001111110000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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