#99DDCE

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

Shades of Riptide #99DDCE

Tints of Riptide #99DDCE

Color information

#99DDCE (or 0x99DDCE) is unknown color: approx Riptide. HEX triplet: 99, DD and CE. RGB value is (153,221,206). Sum of RGB (Red+Green+Blue) = 153+221+206=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDCE is #662231. Grayscale: #C6C6C6. Windows color (decimal): -6693426 or 13557145. OLE color: 13557145.

HSL color Cylindrical-coordinate representation of color #99DDCE: hue angle of 166.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDCE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB153221206-
CMYK0.3100.070.13
HSL166.76º50%73.33%-
HSV(B)166.76º30.77%86.67%-
XYZ50.1362.9467.9-
YUV198.96131.9795.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.38%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=26.38%
G=38.10%
B=35.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212060.3100.070.13166.765073.33
Hex99DDCE1F07Da73249
Octal23133531637071524762111
Binary1001100111011101110011101111101111101101001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDCE; }

 p { color: rgb(153,221,206); }

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

<style>
 a { background-color: #99DDCE; }

 a { background-color: rgb(153,221,206); }

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

<style>
 span { border-color: #99DDCE; }

 span { border-color: rgb(153,221,206); }

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