#8BE8DB

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

Shades of Riptide #8BE8DB

Tints of Riptide #8BE8DB

Color information

#8BE8DB (or 0x8BE8DB) is unknown color: approx Riptide. HEX triplet: 8B, E8 and DB. RGB value is (139,232,219). Sum of RGB (Red+Green+Blue) = 139+232+219=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8DB is #741724. Grayscale: #CACACA. Windows color (decimal): -7608101 or 14411915. OLE color: 14411915.

HSL color Cylindrical-coordinate representation of color #8BE8DB: hue angle of 171.61º 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 #8BE8DB is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB139232219-
CMYK0.4000.060.09
HSL171.61º66.91%72.75%-
HSV(B)171.61º40.09%90.98%-
XYZ52.2968.3277.45-
YUV202.71137.1982.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=23.56%
G=39.32%
B=37.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392322190.4000.060.09171.6166.9172.75
Hex8BE8DB28069ac4349
Octal213350333500611254103111
Binary100010111110100011011011101000011010011010110010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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