#8BE6DB

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

Shades of Riptide #8BE6DB

Tints of Riptide #8BE6DB

Color information

#8BE6DB (or 0x8BE6DB) is unknown color: approx Riptide. HEX triplet: 8B, E6 and DB. RGB value is (139,230,219). Sum of RGB (Red+Green+Blue) = 139+230+219=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6DB is #741924. Grayscale: #C9C9C9. Windows color (decimal): -7608613 or 14411403. OLE color: 14411403.

HSL color Cylindrical-coordinate representation of color #8BE6DB: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6DB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB139230219-
CMYK0.4000.050.10
HSL172.75º64.54%72.35%-
HSV(B)172.75º39.57%90.2%-
XYZ51.7367.277.26-
YUV201.54137.8583.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=23.64%
G=39.12%
B=37.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392302190.4000.050.10172.7564.5472.35
Hex8BE6DB2805Aad4148
Octal213346333500512255101110
Binary100010111110011011011011101000010110101010110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,230,219); }

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

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

 a { background-color: rgb(139,230,219); }

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

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

 span { border-color: rgb(139,230,219); }

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