#8BDCD5

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

Shades of Riptide #8BDCD5

Tints of Riptide #8BDCD5

Color information

#8BDCD5 (or 0x8BDCD5) is unknown color: approx Riptide. HEX triplet: 8B, DC and D5. RGB value is (139,220,213). Sum of RGB (Red+Green+Blue) = 139+220+213=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCD5 is #74232A. Grayscale: #C2C2C2. Windows color (decimal): -7611179 or 14015627. OLE color: 14015627.

HSL color Cylindrical-coordinate representation of color #8BDCD5: hue angle of 174.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCD5 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB139220213-
CMYK0.3700.030.14
HSL174.81º53.64%70.39%-
HSV(B)174.81º36.82%86.27%-
XYZ48.2561.4872.27-
YUV194.98138.1688.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=24.30%
G=38.46%
B=37.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392202130.3700.030.14174.8153.6470.39
Hex8BDCD52503Eaf3646
Octal21333432545031625766106
Binary1000101111011100110101011001010111110101011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,213); }

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

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

 a { background-color: rgb(139,220,213); }

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

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

 span { border-color: rgb(139,220,213); }

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