#8FD6CC

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

Shades of Riptide #8FD6CC

Tints of Riptide #8FD6CC

Color information

#8FD6CC (or 0x8FD6CC) is unknown color: approx Riptide. HEX triplet: 8F, D6 and CC. RGB value is (143,214,204). Sum of RGB (Red+Green+Blue) = 143+214+204=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD6CC is #702933. Grayscale: #BFBFBF. Windows color (decimal): -7350580 or 13424271. OLE color: 13424271.

HSL color Cylindrical-coordinate representation of color #8FD6CC: hue angle of 171.55º 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 #8FD6CC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB143214204-
CMYK0.3300.050.16
HSL171.55º46.41%70%-
HSV(B)171.55º33.18%83.92%-
XYZ46.2758.2965.94-
YUV191.63134.9893.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.49%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=25.49%
G=38.15%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432142040.3300.050.16171.5546.4170
Hex8FD6CC210510ac2e46
Octal21732631441052025456106
Binary100011111101011011001100100001010110000101011001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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