#8DD6CF

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

Shades of Riptide #8DD6CF

Tints of Riptide #8DD6CF

Color information

#8DD6CF (or 0x8DD6CF) is unknown color: approx Riptide. HEX triplet: 8D, D6 and CF. RGB value is (141,214,207). Sum of RGB (Red+Green+Blue) = 141+214+207=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD6CF is #722930. Grayscale: #BFBFBF. Windows color (decimal): -7481649 or 13620877. OLE color: 13620877.

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

Color convert

RGB141214207-
CMYK0.3400.030.16
HSL174.25º47.1%69.61%-
HSV(B)174.25º34.11%83.92%-
XYZ46.2958.2667.84-
YUV191.38136.8292.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=25.09%
G=38.08%
B=36.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412142070.3400.030.16174.2547.169.61
Hex8DD6CF220310ae2f46
Octal21532631742032025657106
Binary10001101110101101100111110001001110000101011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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