Html Css Color HEX #98DCCD Riptide

📋 copy color: '#98DCCD'

red 152 ◦ green 220 ◦ blue 205

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

Shades of Riptide #98DCCD

Tints of Riptide #98DCCD

RGB

 RED value IS 152 (59.77% from 255) = 26.34%

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

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 26.34%
G = 38.13%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#98DCCD (or 0x98DCCD) is known color: Riptide. HEX triplet: 98, DC and CD. RGB value is (152,220,205). Sum of RGB (Red+Green+Blue) = 152+220+205=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCCD is #672332. Grayscale: #C5C5C5. Windows color (decimal): -6759219 or 13491352. OLE color: 13491352.

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

Color convert

RGB 152 220 205 -
CMYK 0.31 0 0.07 0.14
HSL 166.76º 0.49% 0.73% -
HSV(B) 166.76º 0.31% 0.86% -
XYZ 49.56 62.27 67.16 -
YUV 197.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 152 220 205 0.31 0 0.07 0.14 166.76 0.49 0.73
Hex 98 DC CD 1F 0 7 E A7 31 49
Octal 230 334 315 37 0 7 16 247 61 111
Binary 10011000 11011100 11001101 11111 0 111 1110 10100111 110001 1001001

Color Harmonies of #98DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCCD

Black with #98DCCD

Text Example


Text Example

White with #98DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DCCD; }

 p { color: rgb(152,220,205); }

 H1.HeaderClassName
 {
   color: #98DCCD;
 }
 .AnyTagClassName
 {
   color: #98DCCD;
 }
</style>

background-color css

<style>
 a { background-color: #98DCCD; }

 a { background-color: rgb(152,220,205); }

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

border-color css

<style>
 span { border-color: #98DCCD; }

 span { border-color: rgb(152,220,205); }

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