#8BEBD9

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

Shades of Riptide #8BEBD9

Tints of Riptide #8BEBD9

Color information

#8BEBD9 (or 0x8BEBD9) is unknown color: approx Riptide. HEX triplet: 8B, EB and D9. RGB value is (139,235,217). Sum of RGB (Red+Green+Blue) = 139+235+217=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBD9 is #741426. Grayscale: #CCCCCC. Windows color (decimal): -7607335 or 14281611. OLE color: 14281611.

HSL color Cylindrical-coordinate representation of color #8BEBD9: hue angle of 168.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 #8BEBD9 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB139235217-
CMYK0.4100.080.08
HSL168.75º70.59%73.33%-
HSV(B)168.75º40.85%92.16%-
XYZ52.8869.9276.35-
YUV204.24135.281.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=23.52%
G=39.76%
B=36.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392352170.4100.080.08168.7570.5973.33
Hex8BEBD929088a94749
Octal2133533315101010251107111
Binary1000101111101011110110011010010100010001010100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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