Html Css Color HEX #88DCD5 Riptide

📋 copy color: '#88DCD5'

red 136 ◦ green 220 ◦ blue 213

#88DCD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #88DCD5

Tints of Riptide #88DCD5

RGB

 RED value IS 136 (53.52% from 255) = 23.9%

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 23.9%
G = 38.66%
B = 37.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#88DCD5 (or 0x88DCD5) is known color: Riptide. HEX triplet: 88, DC and D5. RGB value is (136,220,213). Sum of RGB (Red+Green+Blue) = 136+220+213=569 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.90% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD5 is #77232A. Grayscale: #C2C2C2. Windows color (decimal): -7807787 or 14015624. OLE color: 14015624.

HSL color Cylindrical-coordinate representation of color #88DCD5: hue angle of 175º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCD5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 213 -
CMYK 0.38 0 0.03 0.14
HSL 175º 0.55% 0.7% -
HSV(B) 175º 0.38% 0.86% -
XYZ 47.76 61.22 72.25 -
YUV 194.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 136 220 213 0.38 0 0.03 0.14 175 0.55 0.7
Hex 88 DC D5 26 0 3 E AF 37 46
Octal 210 334 325 46 0 3 16 257 67 106
Binary 10001000 11011100 11010101 100110 0 11 1110 10101111 110111 1000110

Color Harmonies of #88DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DCD5

Black with #88DCD5

Text Example


Text Example

White with #88DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88DCD5;
 }
 .AnyTagClassName
 {
   color: #88DCD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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