#8BDFC6

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

Shades of Riptide #8BDFC6

Tints of Riptide #8BDFC6

Color information

#8BDFC6 (or 0x8BDFC6) is unknown color: approx Riptide. HEX triplet: 8B, DF and C6. RGB value is (139,223,198). Sum of RGB (Red+Green+Blue) = 139+223+198=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFC6 is #742039. Grayscale: #C3C3C3. Windows color (decimal): -7610426 or 13033355. OLE color: 13033355.

HSL color Cylindrical-coordinate representation of color #8BDFC6: hue angle of 162.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFC6 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB139223198-
CMYK0.3800.110.13
HSL162.14º56.76%70.98%-
HSV(B)162.14º37.67%87.45%-
XYZ47.2362.3462.97-
YUV195.03129.6788.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 198 (77.73% from 255) = 35.36%
R=24.82%
G=39.82%
B=35.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231980.3800.110.13162.1456.7670.98
Hex8BDFC6260BDa23947
Octal213337306460131524271107
Binary100010111101111111000110100110010111101101000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,198); }

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

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

 a { background-color: rgb(139,223,198); }

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

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

 span { border-color: rgb(139,223,198); }

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