#8BE8DC

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

Shades of Riptide #8BE8DC

Tints of Riptide #8BE8DC

Color information

#8BE8DC (or 0x8BE8DC) is unknown color: approx Riptide. HEX triplet: 8B, E8 and DC. RGB value is (139,232,220). Sum of RGB (Red+Green+Blue) = 139+232+220=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8DC is #741723. Grayscale: #CACACA. Windows color (decimal): -7608100 or 14477451. OLE color: 14477451.

HSL color Cylindrical-coordinate representation of color #8BE8DC: hue angle of 172.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE8DC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB139232220-
CMYK0.4000.050.09
HSL172.26º66.91%72.75%-
HSV(B)172.26º40.09%90.98%-
XYZ52.4268.3778.14-
YUV202.82137.6982.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=23.52%
G=39.26%
B=37.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392322200.4000.050.09172.2666.9172.75
Hex8BE8DC28059ac4349
Octal213350334500511254103111
Binary100010111110100011011100101000010110011010110010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,232,220); }

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

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

 a { background-color: rgb(139,232,220); }

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

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

 span { border-color: rgb(139,232,220); }

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