Html Css Color HEX #86BCDA Seagull

📋 copy color: '#86BCDA'

red 134 ◦ green 188 ◦ blue 218

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

Shades of Seagull #86BCDA

Tints of Seagull #86BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 24.81%
G = 34.81%
B = 40.37%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86BCDA (or 0x86BCDA) is known color: Seagull. HEX triplet: 86, BC and DA. RGB value is (134,188,218). Sum of RGB (Red+Green+Blue) = 134+188+218=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCDA is #794325. Grayscale: #AFAFAF. Windows color (decimal): -7947046 or 14335110. OLE color: 14335110.

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

Color convert

RGB 134 188 218 -
CMYK 0.39 0.14 0 0.15
HSL 201.43º 0.53% 0.69% -
HSV(B) 201.43º 0.39% 0.85% -
XYZ 40.47 46.1 73.09 -
YUV 175.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 134 188 218 0.39 0.14 0 0.15 201.43 0.53 0.69
Hex 86 BC DA 27 E 0 F C9 35 45
Octal 206 274 332 47 16 0 17 311 65 105
Binary 10000110 10111100 11011010 100111 1110 0 1111 11001001 110101 1000101

Color Harmonies of #86BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCDA

Black with #86BCDA

Text Example


Text Example

White with #86BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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