Html Css Color HEX #86BCCC Seagull

📋 copy color: '#86BCCC'

red 134 ◦ green 188 ◦ blue 204

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

Shades of Seagull #86BCCC

Tints of Seagull #86BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 25.48%
G = 35.74%
B = 38.78%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#86BCCC (or 0x86BCCC) is known color: Seagull. HEX triplet: 86, BC and CC. RGB value is (134,188,204). Sum of RGB (Red+Green+Blue) = 134+188+204=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #86BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCCC is #794333. Grayscale: #ADADAD. Windows color (decimal): -7947060 or 13417606. OLE color: 13417606.

HSL color Cylindrical-coordinate representation of color #86BCCC: hue angle of 193.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BCCC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 188 204 -
CMYK 0.34 0.08 0 0.2
HSL 193.71º 0.41% 0.66% -
HSV(B) 193.71º 0.34% 0.8% -
XYZ 38.71 45.39 63.85 -
YUV 173.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 134 188 204 0.34 0.08 0 0.2 193.71 0.41 0.66
Hex 86 BC CC 22 8 0 14 C2 29 42
Octal 206 274 314 42 10 0 24 302 51 102
Binary 10000110 10111100 11001100 100010 1000 0 10100 11000010 101001 1000010

Color Harmonies of #86BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCCC

Black with #86BCCC

Text Example


Text Example

White with #86BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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