Html Css Color HEX #98DCCE Riptide

📋 copy color: '#98DCCE'

red 152 ◦ green 220 ◦ blue 206

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

Shades of Riptide #98DCCE

Tints of Riptide #98DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 26.3%
G = 38.06%
B = 35.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#98DCCE (or 0x98DCCE) is known color: Riptide. HEX triplet: 98, DC and CE. RGB value is (152,220,206). Sum of RGB (Red+Green+Blue) = 152+220+206=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCCE is #672331. Grayscale: #C6C6C6. Windows color (decimal): -6759218 or 13556888. OLE color: 13556888.

HSL color Cylindrical-coordinate representation of color #98DCCE: hue angle of 167.65º 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 #98DCCE is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 206 -
CMYK 0.31 0 0.06 0.14
HSL 167.65º 0.49% 0.73% -
HSV(B) 167.65º 0.31% 0.86% -
XYZ 49.68 62.32 67.8 -
YUV 198.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 152 220 206 0.31 0 0.06 0.14 167.65 0.49 0.73
Hex 98 DC CE 1F 0 6 E A8 31 49
Octal 230 334 316 37 0 6 16 250 61 111
Binary 10011000 11011100 11001110 11111 0 110 1110 10101000 110001 1001001

Color Harmonies of #98DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCCE

Black with #98DCCE

Text Example


Text Example

White with #98DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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