Html Css Color HEX #86DDBB Bermuda

📋 copy color: '#86DDBB'

red 134 ◦ green 221 ◦ blue 187

#86DDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #86DDBB

Tints of Bermuda #86DDBB

RGB

 RED value IS 134 (52.73% from 255) = 24.72%

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 24.72%
G = 40.77%
B = 34.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#86DDBB (or 0x86DDBB) is known color: Bermuda. HEX triplet: 86, DD and BB. RGB value is (134,221,187). Sum of RGB (Red+Green+Blue) = 134+221+187=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDBB is #792244. Grayscale: #BFBFBF. Windows color (decimal): -7938629 or 12311942. OLE color: 12311942.

HSL color Cylindrical-coordinate representation of color #86DDBB: hue angle of 156.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDBB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 187 -
CMYK 0.39 0 0.15 0.13
HSL 156.55º 0.56% 0.7% -
HSV(B) 156.55º 0.39% 0.87% -
XYZ 44.66 60.37 56.31 -
YUV 191.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 134 221 187 0.39 0 0.15 0.13 156.55 0.56 0.7
Hex 86 DD BB 27 0 F D 9D 38 46
Octal 206 335 273 47 0 17 15 235 70 106
Binary 10000110 11011101 10111011 100111 0 1111 1101 10011101 111000 1000110

Color Harmonies of #86DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DDBB

Black with #86DDBB

Text Example


Text Example

White with #86DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DDBB; }

 p { color: rgb(134,221,187); }

 H1.HeaderClassName
 {
   color: #86DDBB;
 }
 .AnyTagClassName
 {
   color: #86DDBB;
 }
</style>

background-color css

<style>
 a { background-color: #86DDBB; }

 a { background-color: rgb(134,221,187); }

 div.DivClassName
 {
   background-color: #86DDBB;
 }
 .BgClassName
 {
   background-color: #86DDBB;
 }
</style>

border-color css

<style>
 span { border-color: #86DDBB; }

 span { border-color: rgb(134,221,187); }

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