#88D5CF

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

Shades of Riptide #88D5CF

Tints of Riptide #88D5CF

Color information

#88D5CF (or 0x88D5CF) is unknown color: approx Riptide. HEX triplet: 88, D5 and CF. RGB value is (136,213,207). Sum of RGB (Red+Green+Blue) = 136+213+207=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #88D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D5CF is #772A30. Grayscale: #BDBDBD. Windows color (decimal): -7809585 or 13620616. OLE color: 13620616.

HSL color Cylindrical-coordinate representation of color #88D5CF: hue angle of 175.32º 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 #88D5CF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB136213207-
CMYK0.3600.030.16
HSL175.32º47.83%68.43%-
HSV(B)175.32º36.15%83.53%-
XYZ45.2157.3367.71-
YUV189.29137.9989.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.46%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=24.46%
G=38.31%
B=37.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362132070.3600.030.16175.3247.8368.43
Hex88D5CF240310af3044
Octal21032531744032025760104
Binary10001000110101011100111110010001110000101011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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