Html Css Color HEX #84BACB Seagull

📋 copy color: '#84BACB'

red 132 ◦ green 186 ◦ blue 203

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

Shades of Seagull #84BACB

Tints of Seagull #84BACB

RGB

 RED value IS 132 (51.95% from 255) = 25.34%

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 25.34%
G = 35.7%
B = 38.96%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84BACB (or 0x84BACB) is known color: Seagull. HEX triplet: 84, BA and CB. RGB value is (132,186,203). Sum of RGB (Red+Green+Blue) = 132+186+203=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BACB is #7B4534. Grayscale: #ABABAB. Windows color (decimal): -8078645 or 13351556. OLE color: 13351556.

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

Color convert

RGB 132 186 203 -
CMYK 0.35 0.08 0 0.20
HSL 194.37º 0.41% 0.66% -
HSV(B) 194.37º 0.35% 0.8% -
XYZ 37.85 44.34 63.06 -
YUV 171.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 132 186 203 0.35 0.08 0 0.20 194.37 0.41 0.66
Hex 84 BA CB 23 8 0 14 C2 29 42
Octal 204 272 313 43 10 0 24 302 51 102
Binary 10000100 10111010 11001011 100011 1000 0 10100 11000010 101001 1000010

Color Harmonies of #84BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BACB

Black with #84BACB

Text Example


Text Example

White with #84BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BACB; }

 p { color: rgb(132,186,203); }

 H1.HeaderClassName
 {
   color: #84BACB;
 }
 .AnyTagClassName
 {
   color: #84BACB;
 }
</style>

background-color css

<style>
 a { background-color: #84BACB; }

 a { background-color: rgb(132,186,203); }

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

border-color css

<style>
 span { border-color: #84BACB; }

 span { border-color: rgb(132,186,203); }

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