#8BDFC7

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

Shades of Riptide #8BDFC7

Tints of Riptide #8BDFC7

Color information

#8BDFC7 (or 0x8BDFC7) is unknown color: approx Riptide. HEX triplet: 8B, DF and C7. RGB value is (139,223,199). Sum of RGB (Red+Green+Blue) = 139+223+199=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFC7 is #742038. Grayscale: #C3C3C3. Windows color (decimal): -7610425 or 13098891. OLE color: 13098891.

HSL color Cylindrical-coordinate representation of color #8BDFC7: hue angle of 162.86º 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 #8BDFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB139223199-
CMYK0.3800.110.13
HSL162.86º56.76%70.98%-
HSV(B)162.86º37.67%87.45%-
XYZ47.3462.3963.58-
YUV195.15130.1787.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=24.78%
G=39.75%
B=35.47%

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
Decimal1392231990.3800.110.13162.8656.7670.98
Hex8BDFC7260BDa33947
Octal213337307460131524371107
Binary100010111101111111000111100110010111101101000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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