#8BD9C8

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

Shades of Riptide #8BD9C8

Tints of Riptide #8BD9C8

Color information

#8BD9C8 (or 0x8BD9C8) is unknown color: approx Riptide. HEX triplet: 8B, D9 and C8. RGB value is (139,217,200). Sum of RGB (Red+Green+Blue) = 139+217+200=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD9C8 is #742637. Grayscale: #BFBFBF. Windows color (decimal): -7611960 or 13162891. OLE color: 13162891.

HSL color Cylindrical-coordinate representation of color #8BD9C8: hue angle of 166.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9C8 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB139217200-
CMYK0.3600.080.15
HSL166.92º50.65%69.8%-
HSV(B)166.92º35.94%85.1%-
XYZ45.8959.2863.67-
YUV191.74132.6690.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=25%
G=39.03%
B=35.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392172000.3600.080.15166.9250.6569.8
Hex8BD9C82408Fa73346
Octal213331310440101724763106
Binary100010111101100111001000100100010001111101001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,200); }

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

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

 a { background-color: rgb(139,217,200); }

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

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

 span { border-color: rgb(139,217,200); }

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