Html Css Color HEX #86BFDA Seagull

📋 copy color: '#86BFDA'

red 134 ◦ green 191 ◦ blue 218

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

Shades of Seagull #86BFDA

Tints of Seagull #86BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 24.68%
G = 35.17%
B = 40.15%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86BFDA (or 0x86BFDA) is known color: Seagull. HEX triplet: 86, BF and DA. RGB value is (134,191,218). Sum of RGB (Red+Green+Blue) = 134+191+218=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDA is #794025. Grayscale: #B0B0B0. Windows color (decimal): -7946278 or 14335878. OLE color: 14335878.

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

Color convert

RGB 134 191 218 -
CMYK 0.39 0.12 0 0.15
HSL 199.29º 0.53% 0.69% -
HSV(B) 199.29º 0.39% 0.85% -
XYZ 41.12 47.39 73.31 -
YUV 177.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 134 191 218 0.39 0.12 0 0.15 199.29 0.53 0.69
Hex 86 BF DA 27 C 0 F C7 35 45
Octal 206 277 332 47 14 0 17 307 65 105
Binary 10000110 10111111 11011010 100111 1100 0 1111 11000111 110101 1000101

Color Harmonies of #86BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFDA

Black with #86BFDA

Text Example


Text Example

White with #86BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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