#8be4dd

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

Shades of Riptide #8BE4DD

Tints of Riptide #8BE4DD

Color information

#8BE4DD (or 0x8BE4DD) is unknown color: approx Riptide. HEX triplet: 8B, E4 and DD. RGB value is (139,228,221). Sum of RGB (Red+Green+Blue) = 139+228+221=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE4DD is #741B22. Grayscale: #C8C8C8. Windows color (decimal): -7609123 or 14541963. OLE color: 14541963.

HSL color Cylindrical-coordinate representation of color #8BE4DD: hue angle of 175.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE4DD is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB139228221-
CMYK0.3900.030.11
HSL175.28º62.24%71.96%-
HSV(B)175.28º39.04%89.41%-
XYZ51.4466.278.47-
YUV200.59139.5184.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=23.64%
G=38.78%
B=37.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392282210.3900.030.11175.2862.2471.96
Hex8BE4DD2703Baf3e48
Octal21334433547031325776110
Binary1000101111100100110111011001110111011101011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8be4dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,228,221); }

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

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

 a { background-color: rgb(139,228,221); }

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

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

 span { border-color: rgb(139,228,221); }

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