#98DCCE

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

Shades of Riptide #98DCCE

Tints of Riptide #98DCCE

Color information

#98DCCE (or 0x98DCCE) is unknown color: approx 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

RGB152220206-
CMYK0.3100.060.14
HSL167.65º49.28%72.94%-
HSV(B)167.65º30.91%86.27%-
XYZ49.6862.3267.8-
YUV198.07132.4795.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=26.30%
G=38.06%
B=35.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522202060.3100.060.14167.6549.2872.94
Hex98DCCE1F06Ea83149
Octal23033431637061625061111
Binary1001100011011100110011101111101101110101010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>