Html Css Color HEX #86CBB9 Bermuda

📋 copy color: '#86CBB9'

red 134 ◦ green 203 ◦ blue 185

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

Shades of Bermuda #86CBB9

Tints of Bermuda #86CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 25.67%
G = 38.89%
B = 35.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#86CBB9 (or 0x86CBB9) is known color: Bermuda. HEX triplet: 86, CB and B9. RGB value is (134,203,185). Sum of RGB (Red+Green+Blue) = 134+203+185=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBB9 is #793446. Grayscale: #B4B4B4. Windows color (decimal): -7943239 or 12176262. OLE color: 12176262.

HSL color Cylindrical-coordinate representation of color #86CBB9: hue angle of 164.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CBB9 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 185 -
CMYK 0.34 0 0.09 0.20
HSL 164.35º 0.4% 0.66% -
HSV(B) 164.35º 0.34% 0.8% -
XYZ 39.94 51.28 53.69 -
YUV 180.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 134 203 185 0.34 0 0.09 0.20 164.35 0.4 0.66
Hex 86 CB B9 22 0 9 14 A4 28 42
Octal 206 313 271 42 0 11 24 244 50 102
Binary 10000110 11001011 10111001 100010 0 1001 10100 10100100 101000 1000010

Color Harmonies of #86CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBB9

Black with #86CBB9

Text Example


Text Example

White with #86CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,203,185); }

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

background-color css

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

 a { background-color: rgb(134,203,185); }

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

border-color css

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

 span { border-color: rgb(134,203,185); }

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