Html Css Color HEX #86BFDB Seagull

📋 copy color: '#86BFDB'

red 134 ◦ green 191 ◦ blue 219

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

Shades of Seagull #86BFDB

Tints of Seagull #86BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.11%

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 24.63%
G = 35.11%
B = 40.26%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86BFDB (or 0x86BFDB) is known color: Seagull. HEX triplet: 86, BF and DB. RGB value is (134,191,219). Sum of RGB (Red+Green+Blue) = 134+191+219=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #86BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDB is #794024. Grayscale: #B0B0B0. Windows color (decimal): -7946277 or 14401414. OLE color: 14401414.

HSL color Cylindrical-coordinate representation of color #86BFDB: hue angle of 199.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BFDB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 191 219 -
CMYK 0.39 0.13 0 0.14
HSL 199.76º 0.54% 0.69% -
HSV(B) 199.76º 0.39% 0.86% -
XYZ 41.25 47.44 74 -
YUV 177.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 134 191 219 0.39 0.13 0 0.14 199.76 0.54 0.69
Hex 86 BF DB 27 D 0 E C8 36 45
Octal 206 277 333 47 15 0 16 310 66 105
Binary 10000110 10111111 11011011 100111 1101 0 1110 11001000 110110 1000101

Color Harmonies of #86BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFDB

Black with #86BFDB

Text Example


Text Example

White with #86BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,191,219); }

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

background-color css

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

 a { background-color: rgb(134,191,219); }

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

border-color css

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

 span { border-color: rgb(134,191,219); }

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