#8FEBDE

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

Shades of Riptide #8FEBDE

Tints of Riptide #8FEBDE

Color information

#8FEBDE (or 0x8FEBDE) is unknown color: approx Riptide. HEX triplet: 8F, EB and DE. RGB value is (143,235,222). Sum of RGB (Red+Green+Blue) = 143+235+222=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBDE is #701421. Grayscale: #CDCDCD. Windows color (decimal): -7345186 or 14609295. OLE color: 14609295.

HSL color Cylindrical-coordinate representation of color #8FEBDE: hue angle of 171.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBDE is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB143235222-
CMYK0.3900.060.08
HSL171.52º69.7%74.12%-
HSV(B)171.52º39.15%92.16%-
XYZ54.2270.5379.86-
YUV206.01137.0283.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.83%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=23.83%
G=39.17%
B=37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432352220.3900.060.08171.5269.774.12
Hex8FEBDE27068ac464a
Octal217353336470610254106112
Binary100011111110101111011110100111011010001010110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,235,222); }

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

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

 a { background-color: rgb(143,235,222); }

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

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

 span { border-color: rgb(143,235,222); }

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