Html Css Color HEX #86BECE Seagull

📋 copy color: '#86BECE'

red 134 ◦ green 190 ◦ blue 206

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

Shades of Seagull #86BECE

Tints of Seagull #86BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 25.28%
G = 35.85%
B = 38.87%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#86BECE (or 0x86BECE) is known color: Seagull. HEX triplet: 86, BE and CE. RGB value is (134,190,206). Sum of RGB (Red+Green+Blue) = 134+190+206=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BECE is #794131. Grayscale: #AEAEAE. Windows color (decimal): -7946546 or 13549190. OLE color: 13549190.

HSL color Cylindrical-coordinate representation of color #86BECE: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BECE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 190 206 -
CMYK 0.35 0.08 0 0.19
HSL 193.33º 0.42% 0.67% -
HSV(B) 193.33º 0.35% 0.81% -
XYZ 39.39 46.35 65.26 -
YUV 175.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 134 190 206 0.35 0.08 0 0.19 193.33 0.42 0.67
Hex 86 BE CE 23 8 0 13 C1 2A 43
Octal 206 276 316 43 10 0 23 301 52 103
Binary 10000110 10111110 11001110 100011 1000 0 10011 11000001 101010 1000011

Color Harmonies of #86BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BECE

Black with #86BECE

Text Example


Text Example

White with #86BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,206); }

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

background-color css

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

 a { background-color: rgb(134,190,206); }

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

border-color css

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

 span { border-color: rgb(134,190,206); }

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