Html Css Color HEX #86B6CB Seagull

📋 copy color: '#86B6CB'

red 134 ◦ green 182 ◦ blue 203

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

Shades of Seagull #86B6CB

Tints of Seagull #86B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 25.82%
G = 35.07%
B = 39.11%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86B6CB (or 0x86B6CB) is known color: Seagull. HEX triplet: 86, B6 and CB. RGB value is (134,182,203). Sum of RGB (Red+Green+Blue) = 134+182+203=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #86B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B6CB is #794934. Grayscale: #A9A9A9. Windows color (decimal): -7948597 or 13350534. OLE color: 13350534.

HSL color Cylindrical-coordinate representation of color #86B6CB: hue angle of 198.26º degrees, saturation: 0.4, 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 #86B6CB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 182 203 -
CMYK 0.34 0.10 0 0.20
HSL 198.26º 0.4% 0.66% -
HSV(B) 198.26º 0.34% 0.8% -
XYZ 37.34 42.84 62.8 -
YUV 170.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 134 182 203 0.34 0.10 0 0.20 198.26 0.4 0.66
Hex 86 B6 CB 22 A 0 14 C6 28 42
Octal 206 266 313 42 12 0 24 306 50 102
Binary 10000110 10110110 11001011 100010 1010 0 10100 11000110 101000 1000010

Color Harmonies of #86B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B6CB

Black with #86B6CB

Text Example


Text Example

White with #86B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,203); }

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

background-color css

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

 a { background-color: rgb(134,182,203); }

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

border-color css

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

 span { border-color: rgb(134,182,203); }

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