Html Css Color HEX #86CEBA Bermuda

📋 copy color: '#86CEBA'

red 134 ◦ green 206 ◦ blue 186

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

Shades of Bermuda #86CEBA

Tints of Bermuda #86CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 25.48%
G = 39.16%
B = 35.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#86CEBA (or 0x86CEBA) is known color: Bermuda. HEX triplet: 86, CE and BA. RGB value is (134,206,186). Sum of RGB (Red+Green+Blue) = 134+206+186=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CEBA is #793145. Grayscale: #B6B6B6. Windows color (decimal): -7942470 or 12242566. OLE color: 12242566.

HSL color Cylindrical-coordinate representation of color #86CEBA: hue angle of 163.33º 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 #86CEBA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 186 -
CMYK 0.35 0 0.10 0.19
HSL 163.33º 0.42% 0.67% -
HSV(B) 163.33º 0.35% 0.81% -
XYZ 40.77 52.76 54.49 -
YUV 182.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 134 206 186 0.35 0 0.10 0.19 163.33 0.42 0.67
Hex 86 CE BA 23 0 A 13 A3 2A 43
Octal 206 316 272 43 0 12 23 243 52 103
Binary 10000110 11001110 10111010 100011 0 1010 10011 10100011 101010 1000011

Color Harmonies of #86CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEBA

Black with #86CEBA

Text Example


Text Example

White with #86CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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