#8BD7CB

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

Shades of Riptide #8BD7CB

Tints of Riptide #8BD7CB

Color information

#8BD7CB (or 0x8BD7CB) is unknown color: approx Riptide. HEX triplet: 8B, D7 and CB. RGB value is (139,215,203). Sum of RGB (Red+Green+Blue) = 139+215+203=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7CB is #742834. Grayscale: #BEBEBE. Windows color (decimal): -7612469 or 13358987. OLE color: 13358987.

HSL color Cylindrical-coordinate representation of color #8BD7CB: hue angle of 170.53º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD7CB is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB139215203-
CMYK0.3500.060.16
HSL170.53º48.72%69.41%-
HSV(B)170.53º35.35%84.31%-
XYZ45.7358.465.36-
YUV190.91134.8290.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 215 (84.38% from 255) = 38.60%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=24.96%
G=38.60%
B=36.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392152030.3500.060.16170.5348.7269.41
Hex8BD7CB230610ab3145
Octal21332731343062025361105
Binary100010111101011111001011100011011010000101010111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,203); }

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

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

 a { background-color: rgb(139,215,203); }

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

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

 span { border-color: rgb(139,215,203); }

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