#88DAD0

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

Shades of Riptide #88DAD0

Tints of Riptide #88DAD0

Color information

#88DAD0 (or 0x88DAD0) is unknown color: approx Riptide. HEX triplet: 88, DA and D0. RGB value is (136,218,208). Sum of RGB (Red+Green+Blue) = 136+218+208=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAD0 is #77252F. Grayscale: #C0C0C0. Windows color (decimal): -7808304 or 13687432. OLE color: 13687432.

HSL color Cylindrical-coordinate representation of color #88DAD0: hue angle of 172.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DAD0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB136218208-
CMYK0.3800.050.15
HSL172.68º52.56%69.41%-
HSV(B)172.68º37.61%85.49%-
XYZ46.6159.9368.79-
YUV192.34136.8387.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=24.20%
G=38.79%
B=37.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362182080.3800.050.15172.6852.5669.41
Hex88DAD02605Fad3545
Octal21033232046051725565105
Binary10001000110110101101000010011001011111101011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DAD0; }

 p { color: rgb(136,218,208); }

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

<style>
 a { background-color: #88DAD0; }

 a { background-color: rgb(136,218,208); }

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

<style>
 span { border-color: #88DAD0; }

 span { border-color: rgb(136,218,208); }

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