Html Css Color HEX #86CCC9 Bermuda

📋 copy color: '#86CCC9'

red 134 ◦ green 204 ◦ blue 201

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

Shades of Bermuda #86CCC9

Tints of Bermuda #86CCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 24.86%
G = 37.85%
B = 37.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#86CCC9 (or 0x86CCC9) is known color: Bermuda. HEX triplet: 86, CC and C9. RGB value is (134,204,201). Sum of RGB (Red+Green+Blue) = 134+204+201=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCC9 is #793336. Grayscale: #B6B6B6. Windows color (decimal): -7942967 or 13225094. OLE color: 13225094.

HSL color Cylindrical-coordinate representation of color #86CCC9: hue angle of 177.43º degrees, saturation: 0.41, 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 #86CCC9 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 201 -
CMYK 0.34 0 0.01 0.2
HSL 177.43º 0.41% 0.66% -
HSV(B) 177.43º 0.34% 0.8% -
XYZ 41.97 52.47 63.17 -
YUV 182.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 134 204 201 0.34 0 0.01 0.2 177.43 0.41 0.66
Hex 86 CC C9 22 0 1 14 B1 29 42
Octal 206 314 311 42 0 1 24 261 51 102
Binary 10000110 11001100 11001001 100010 0 1 10100 10110001 101001 1000010

Color Harmonies of #86CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CCC9

Black with #86CCC9

Text Example


Text Example

White with #86CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,201); }

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

background-color css

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

 a { background-color: rgb(134,204,201); }

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

border-color css

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

 span { border-color: rgb(134,204,201); }

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