#8BECDA

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

Shades of Riptide #8BECDA

Tints of Riptide #8BECDA

Color information

#8BECDA (or 0x8BECDA) is unknown color: approx Riptide. HEX triplet: 8B, EC and DA. RGB value is (139,236,218). Sum of RGB (Red+Green+Blue) = 139+236+218=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECDA is #741325. Grayscale: #CCCCCC. Windows color (decimal): -7607078 or 14347403. OLE color: 14347403.

HSL color Cylindrical-coordinate representation of color #8BECDA: hue angle of 168.87º 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 #8BECDA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB139236218-
CMYK0.4100.080.07
HSL168.87º71.85%73.53%-
HSV(B)168.87º41.1%92.55%-
XYZ53.370.5477.14-
YUV204.94135.3680.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.44%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=23.44%
G=39.80%
B=36.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392362180.4100.080.07168.8771.8573.53
Hex8BECDA29087a9484a
Octal213354332510107251110112
Binary100010111110110011011010101001010001111010100110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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