#8BEAE0

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

Shades of Riptide #8BEAE0

Tints of Riptide #8BEAE0

Color information

#8BEAE0 (or 0x8BEAE0) is unknown color: approx Riptide. HEX triplet: 8B, EA and E0. RGB value is (139,234,224). Sum of RGB (Red+Green+Blue) = 139+234+224=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAE0 is #74151F. Grayscale: #CCCCCC. Windows color (decimal): -7607584 or 14740107. OLE color: 14740107.

HSL color Cylindrical-coordinate representation of color #8BEAE0: hue angle of 173.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEAE0 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB139234224-
CMYK0.4100.040.08
HSL173.68º69.34%73.14%-
HSV(B)173.68º40.6%91.76%-
XYZ53.5269.7281.16-
YUV204.46139.0381.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.28%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=23.28%
G=39.20%
B=37.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392342240.4100.040.08173.6869.3473.14
Hex8BEAE029048ae4549
Octal213352340510410256105111
Binary100010111110101011100000101001010010001010111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,234,224); }

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

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

 a { background-color: rgb(139,234,224); }

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

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

 span { border-color: rgb(139,234,224); }

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