#8BEBD1

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

Shades of Riptide #8BEBD1

Tints of Riptide #8BEBD1

Color information

#8BEBD1 (or 0x8BEBD1) is unknown color: approx Riptide. HEX triplet: 8B, EB and D1. RGB value is (139,235,209). Sum of RGB (Red+Green+Blue) = 139+235+209=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBD1 is #74142E. Grayscale: #CBCBCB. Windows color (decimal): -7607343 or 13757323. OLE color: 13757323.

HSL color Cylindrical-coordinate representation of color #8BEBD1: hue angle of 163.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBD1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB139235209-
CMYK0.4100.110.08
HSL163.75º70.59%73.33%-
HSV(B)163.75º40.85%92.16%-
XYZ51.8669.5171-
YUV203.33131.282.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.84%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=23.84%
G=40.31%
B=35.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392352090.4100.110.08163.7570.5973.33
Hex8BEBD1290B8a44749
Octal2133533215101310244107111
Binary1000101111101011110100011010010101110001010010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,235,209); }

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

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

 a { background-color: rgb(139,235,209); }

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

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

 span { border-color: rgb(139,235,209); }

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