Html Css Color HEX #86B5D1 Seagull

📋 copy color: '#86B5D1'

red 134 ◦ green 181 ◦ blue 209

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

Shades of Seagull #86B5D1

Tints of Seagull #86B5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 25.57%
G = 34.54%
B = 39.89%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86B5D1 (or 0x86B5D1) is known color: Seagull. HEX triplet: 86, B5 and D1. RGB value is (134,181,209). Sum of RGB (Red+Green+Blue) = 134+181+209=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #86B5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5D1 is #794A2E. Grayscale: #A9A9A9. Windows color (decimal): -7948847 or 13743494. OLE color: 13743494.

HSL color Cylindrical-coordinate representation of color #86B5D1: hue angle of 202.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B5D1 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 181 209 -
CMYK 0.36 0.13 0 0.18
HSL 202.4º 0.45% 0.67% -
HSV(B) 202.4º 0.36% 0.82% -
XYZ 37.86 42.72 66.57 -
YUV 170.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 134 181 209 0.36 0.13 0 0.18 202.4 0.45 0.67
Hex 86 B5 D1 24 D 0 12 CA 2D 43
Octal 206 265 321 44 15 0 22 312 55 103
Binary 10000110 10110101 11010001 100100 1101 0 10010 11001010 101101 1000011

Color Harmonies of #86B5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B5D1

Black with #86B5D1

Text Example


Text Example

White with #86B5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,209); }

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

background-color css

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

 a { background-color: rgb(134,181,209); }

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

border-color css

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

 span { border-color: rgb(134,181,209); }

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