#96DACC

Color #96DACC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #96DACC

Tints of Riptide #96DACC

Color information

#96DACC (or 0x96DACC) is unknown color: approx Riptide. HEX triplet: 96, DA and CC. RGB value is (150,218,204). Sum of RGB (Red+Green+Blue) = 150+218+204=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #96DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DACC is #692533. Grayscale: #C4C4C4. Windows color (decimal): -6890804 or 13425302. OLE color: 13425302.

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

Color convert

RGB150218204-
CMYK0.3100.060.15
HSL167.65º47.89%72.16%-
HSV(B)167.65º31.19%85.49%-
XYZ48.5560.9966.34-
YUV196.07132.4795.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502182040.3100.060.15167.6547.8972.16
Hex96DACC1F06Fa83048
Octal22633231437061725060110
Binary1001011011011010110011001111101101111101010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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