Html Css Color HEX #86B9DB Seagull

📋 copy color: '#86B9DB'

red 134 ◦ green 185 ◦ blue 219

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

Shades of Seagull #86B9DB

Tints of Seagull #86B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

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

R = 24.91%
G = 34.39%
B = 40.71%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86B9DB (or 0x86B9DB) is known color: Seagull. HEX triplet: 86, B9 and DB. RGB value is (134,185,219). Sum of RGB (Red+Green+Blue) = 134+185+219=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #86B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9DB is #794624. Grayscale: #ADADAD. Windows color (decimal): -7947813 or 14399878. OLE color: 14399878.

HSL color Cylindrical-coordinate representation of color #86B9DB: hue angle of 204º 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 #86B9DB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 185 219 -
CMYK 0.39 0.16 0 0.14
HSL 204º 0.54% 0.69% -
HSV(B) 204º 0.39% 0.86% -
XYZ 39.97 44.88 73.57 -
YUV 173.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 134 185 219 0.39 0.16 0 0.14 204 0.54 0.69
Hex 86 B9 DB 27 10 0 E CC 36 45
Octal 206 271 333 47 20 0 16 314 66 105
Binary 10000110 10111001 11011011 100111 10000 0 1110 11001100 110110 1000101

Color Harmonies of #86B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B9DB

Black with #86B9DB

Text Example


Text Example

White with #86B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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