#8BD8CA

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

Shades of Riptide #8BD8CA

Tints of Riptide #8BD8CA

Color information

#8BD8CA (or 0x8BD8CA) is unknown color: approx Riptide. HEX triplet: 8B, D8 and CA. RGB value is (139,216,202). Sum of RGB (Red+Green+Blue) = 139+216+202=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD8CA is #742735. Grayscale: #BFBFBF. Windows color (decimal): -7612214 or 13293707. OLE color: 13293707.

HSL color Cylindrical-coordinate representation of color #8BD8CA: hue angle of 169.09º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD8CA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB139216202-
CMYK0.3600.060.15
HSL169.09º49.68%69.61%-
HSV(B)169.09º35.65%84.71%-
XYZ45.8658.8664.82-
YUV191.38133.9990.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=24.96%
G=38.78%
B=36.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392162020.3600.060.15169.0949.6869.61
Hex8BD8CA2406Fa93246
Octal21333031244061725162106
Binary10001011110110001100101010010001101111101010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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