#8BCECA

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

Shades of Riptide #8BCECA

Tints of Riptide #8BCECA

Color information

#8BCECA (or 0x8BCECA) is unknown color: approx Riptide. HEX triplet: 8B, CE and CA. RGB value is (139,206,202). Sum of RGB (Red+Green+Blue) = 139+206+202=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCECA is #743135. Grayscale: #B9B9B9. Windows color (decimal): -7614774 or 13291147. OLE color: 13291147.

HSL color Cylindrical-coordinate representation of color #8BCECA: hue angle of 176.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCECA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB139206202-
CMYK0.3300.020.19
HSL176.42º40.61%67.65%-
HSV(B)176.42º32.52%80.78%-
XYZ43.3853.963.99-
YUV185.51137.394.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=25.41%
G=37.66%
B=36.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392062020.3300.020.19176.4240.6167.65
Hex8BCECA210213b02944
Octal21331631241022326051104
Binary10001011110011101100101010000101010011101100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,202); }

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

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

 a { background-color: rgb(139,206,202); }

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

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

 span { border-color: rgb(139,206,202); }

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