#8FD6CF

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

Shades of Riptide #8FD6CF

Tints of Riptide #8FD6CF

Color information

#8FD6CF (or 0x8FD6CF) is unknown color: approx Riptide. HEX triplet: 8F, D6 and CF. RGB value is (143,214,207). Sum of RGB (Red+Green+Blue) = 143+214+207=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD6CF is #702930. Grayscale: #BFBFBF. Windows color (decimal): -7350577 or 13620879. OLE color: 13620879.

HSL color Cylindrical-coordinate representation of color #8FD6CF: hue angle of 174.08º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6CF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB143214207-
CMYK0.3300.030.16
HSL174.08º46.41%70%-
HSV(B)174.08º33.18%83.92%-
XYZ46.6458.4467.85-
YUV191.97136.4893.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=25.35%
G=37.94%
B=36.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432142070.3300.030.16174.0846.4170
Hex8FD6CF210310ae2e46
Octal21732631741032025656106
Binary10001111110101101100111110000101110000101011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FD6CF; }

 p { color: rgb(143,214,207); }

 H1.HeaderClassName
 {
   color: #8FD6CF;
 }
 .AnyTagClassName
 {
   color: #8FD6CF;
 }
</style>
background-color css

<style>
 a { background-color: #8FD6CF; }

 a { background-color: rgb(143,214,207); }

 div.DivClassName
 {
   background-color: #8FD6CF;
 }
 .BgClassName
 {
   background-color: #8FD6CF;
 }
</style>
border-color css

<style>
 span { border-color: #8FD6CF; }

 span { border-color: rgb(143,214,207); }

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