#88D5CC

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

Shades of Riptide #88D5CC

Tints of Riptide #88D5CC

Color information

#88D5CC (or 0x88D5CC) is unknown color: approx Riptide. HEX triplet: 88, D5 and CC. RGB value is (136,213,204). Sum of RGB (Red+Green+Blue) = 136+213+204=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #88D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D5CC is #772A33. Grayscale: #BCBCBC. Windows color (decimal): -7809588 or 13424008. OLE color: 13424008.

HSL color Cylindrical-coordinate representation of color #88D5CC: hue angle of 172.99º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D5CC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB136213204-
CMYK0.3600.040.16
HSL172.99º47.83%68.43%-
HSV(B)172.99º36.15%83.53%-
XYZ44.8557.1865.8-
YUV188.95136.4990.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=24.59%
G=38.52%
B=36.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362132040.3600.040.16172.9947.8368.43
Hex88D5CC240410ad3044
Octal21032531444042025560104
Binary100010001101010111001100100100010010000101011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,204); }

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

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

 a { background-color: rgb(136,213,204); }

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

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

 span { border-color: rgb(136,213,204); }

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