Html Css Color HEX #98DACC Riptide

📋 copy color: '#98DACC'

red 152 ◦ green 218 ◦ blue 204

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

Shades of Riptide #98DACC

Tints of Riptide #98DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 26.48%
G = 37.98%
B = 35.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#98DACC (or 0x98DACC) is known color: Riptide. HEX triplet: 98, DA and CC. RGB value is (152,218,204). Sum of RGB (Red+Green+Blue) = 152+218+204=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #98DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DACC is #672533. Grayscale: #C4C4C4. Windows color (decimal): -6759732 or 13425304. OLE color: 13425304.

HSL color Cylindrical-coordinate representation of color #98DACC: hue angle of 167.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DACC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 204 -
CMYK 0.30 0 0.06 0.15
HSL 167.27º 0.47% 0.73% -
HSV(B) 167.27º 0.3% 0.85% -
XYZ 48.92 61.18 66.36 -
YUV 196.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 152 218 204 0.30 0 0.06 0.15 167.27 0.47 0.73
Hex 98 DA CC 1E 0 6 F A7 2F 49
Octal 230 332 314 36 0 6 17 247 57 111
Binary 10011000 11011010 11001100 11110 0 110 1111 10100111 101111 1001001

Color Harmonies of #98DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DACC

Black with #98DACC

Text Example


Text Example

White with #98DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,218,204); }

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

background-color css

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

 a { background-color: rgb(152,218,204); }

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

border-color css

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

 span { border-color: rgb(152,218,204); }

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