Html Css Color HEX #86BDCE Seagull

📋 copy color: '#86BDCE'

red 134 ◦ green 189 ◦ blue 206

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

Shades of Seagull #86BDCE

Tints of Seagull #86BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.73%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 25.33%
G = 35.73%
B = 38.94%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#86BDCE (or 0x86BDCE) is known color: Seagull. HEX triplet: 86, BD and CE. RGB value is (134,189,206). Sum of RGB (Red+Green+Blue) = 134+189+206=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDCE is #794231. Grayscale: #AEAEAE. Windows color (decimal): -7946802 or 13548934. OLE color: 13548934.

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

Color convert

RGB 134 189 206 -
CMYK 0.35 0.08 0 0.19
HSL 194.17º 0.42% 0.67% -
HSV(B) 194.17º 0.35% 0.81% -
XYZ 39.17 45.92 65.19 -
YUV 174.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 134 189 206 0.35 0.08 0 0.19 194.17 0.42 0.67
Hex 86 BD CE 23 8 0 13 C2 2A 43
Octal 206 275 316 43 10 0 23 302 52 103
Binary 10000110 10111101 11001110 100011 1000 0 10011 11000010 101010 1000011

Color Harmonies of #86BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDCE

Black with #86BDCE

Text Example


Text Example

White with #86BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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