Html Css Color HEX #86BDC9 Seagull

📋 copy color: '#86BDC9'

red 134 ◦ green 189 ◦ blue 201

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

Shades of Seagull #86BDC9

Tints of Seagull #86BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 25.57%
G = 36.07%
B = 38.36%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#86BDC9 (or 0x86BDC9) is known color: Seagull. HEX triplet: 86, BD and C9. RGB value is (134,189,201). Sum of RGB (Red+Green+Blue) = 134+189+201=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #86BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDC9 is #794236. Grayscale: #ADADAD. Windows color (decimal): -7946807 or 13221254. OLE color: 13221254.

HSL color Cylindrical-coordinate representation of color #86BDC9: hue angle of 190.75º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BDC9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 189 201 -
CMYK 0.33 0.06 0 0.21
HSL 190.75º 0.38% 0.66% -
HSV(B) 190.75º 0.33% 0.79% -
XYZ 38.57 45.68 62.04 -
YUV 173.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 134 189 201 0.33 0.06 0 0.21 190.75 0.38 0.66
Hex 86 BD C9 21 6 0 15 BF 26 42
Octal 206 275 311 41 6 0 25 277 46 102
Binary 10000110 10111101 11001001 100001 110 0 10101 10111111 100110 1000010

Color Harmonies of #86BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDC9

Black with #86BDC9

Text Example


Text Example

White with #86BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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