#8BECCC

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

Shades of Riptide #8BECCC

Tints of Riptide #8BECCC

Color information

#8BECCC (or 0x8BECCC) is unknown color: approx Riptide. HEX triplet: 8B, EC and CC. RGB value is (139,236,204). Sum of RGB (Red+Green+Blue) = 139+236+204=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECCC is #741333. Grayscale: #CBCBCB. Windows color (decimal): -7607092 or 13429899. OLE color: 13429899.

HSL color Cylindrical-coordinate representation of color #8BECCC: hue angle of 160.21º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECCC is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB139236204-
CMYK0.4100.140.07
HSL160.21º71.85%73.53%-
HSV(B)160.21º41.1%92.55%-
XYZ51.5469.8467.89-
YUV203.35128.3682.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.01%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=24.01%
G=40.76%
B=35.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392362040.4100.140.07160.2171.8573.53
Hex8BECCC290E7a0484a
Octal213354314510167240110112
Binary100010111110110011001100101001011101111010000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,236,204); }

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

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

 a { background-color: rgb(139,236,204); }

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

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

 span { border-color: rgb(139,236,204); }

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