#8BDCCE

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

Shades of Riptide #8BDCCE

Tints of Riptide #8BDCCE

Color information

#8BDCCE (or 0x8BDCCE) is unknown color: approx Riptide. HEX triplet: 8B, DC and CE. RGB value is (139,220,206). Sum of RGB (Red+Green+Blue) = 139+220+206=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCCE is #742331. Grayscale: #C2C2C2. Windows color (decimal): -7611186 or 13556875. OLE color: 13556875.

HSL color Cylindrical-coordinate representation of color #8BDCCE: hue angle of 169.63º 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 #8BDCCE is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB139220206-
CMYK0.3700.060.14
HSL169.63º53.64%70.39%-
HSV(B)169.63º36.82%86.27%-
XYZ47.3861.1367.69-
YUV194.18134.6688.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=24.60%
G=38.94%
B=36.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392202060.3700.060.14169.6353.6470.39
Hex8BDCCE2506Eaa3646
Octal21333431645061625266106
Binary10001011110111001100111010010101101110101010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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