Html Css Color HEX #86BCDC Seagull

📋 copy color: '#86BCDC'

red 134 ◦ green 188 ◦ blue 220

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

Shades of Seagull #86BCDC

Tints of Seagull #86BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 24.72%
G = 34.69%
B = 40.59%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86BCDC (or 0x86BCDC) is known color: Seagull. HEX triplet: 86, BC and DC. RGB value is (134,188,220). Sum of RGB (Red+Green+Blue) = 134+188+220=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #86BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCDC is #794323. Grayscale: #AFAFAF. Windows color (decimal): -7947044 or 14466182. OLE color: 14466182.

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

Color convert

RGB 134 188 220 -
CMYK 0.39 0.15 0 0.14
HSL 202.33º 0.55% 0.69% -
HSV(B) 202.33º 0.39% 0.86% -
XYZ 40.73 46.2 74.48 -
YUV 175.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 134 188 220 0.39 0.15 0 0.14 202.33 0.55 0.69
Hex 86 BC DC 27 F 0 E CA 37 45
Octal 206 274 334 47 17 0 16 312 67 105
Binary 10000110 10111100 11011100 100111 1111 0 1110 11001010 110111 1000101

Color Harmonies of #86BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCDC

Black with #86BCDC

Text Example


Text Example

White with #86BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,220); }

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

background-color css

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

 a { background-color: rgb(134,188,220); }

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

border-color css

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

 span { border-color: rgb(134,188,220); }

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