Html Css Color HEX #86CEBB Bermuda

📋 copy color: '#86CEBB'

red 134 ◦ green 206 ◦ blue 187

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

Shades of Bermuda #86CEBB

Tints of Bermuda #86CEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

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

R = 25.43%
G = 39.09%
B = 35.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#86CEBB (or 0x86CEBB) is known color: Bermuda. HEX triplet: 86, CE and BB. RGB value is (134,206,187). Sum of RGB (Red+Green+Blue) = 134+206+187=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CEBB is #793144. Grayscale: #B6B6B6. Windows color (decimal): -7942469 or 12308102. OLE color: 12308102.

HSL color Cylindrical-coordinate representation of color #86CEBB: hue angle of 164.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEBB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 187 -
CMYK 0.35 0 0.09 0.19
HSL 164.17º 0.42% 0.67% -
HSV(B) 164.17º 0.35% 0.81% -
XYZ 40.87 52.8 55.05 -
YUV 182.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 134 206 187 0.35 0 0.09 0.19 164.17 0.42 0.67
Hex 86 CE BB 23 0 9 13 A4 2A 43
Octal 206 316 273 43 0 11 23 244 52 103
Binary 10000110 11001110 10111011 100011 0 1001 10011 10100100 101010 1000011

Color Harmonies of #86CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEBB

Black with #86CEBB

Text Example


Text Example

White with #86CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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