Html Css Color HEX #84BACE Seagull

📋 copy color: '#84BACE'

red 132 ◦ green 186 ◦ blue 206

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

Shades of Seagull #84BACE

Tints of Seagull #84BACE

RGB

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

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

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

R = 25.19%
G = 35.5%
B = 39.31%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84BACE (or 0x84BACE) is known color: Seagull. HEX triplet: 84, BA and CE. RGB value is (132,186,206). Sum of RGB (Red+Green+Blue) = 132+186+206=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #84BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BACE is #7B4531. Grayscale: #ACACAC. Windows color (decimal): -8078642 or 13548164. OLE color: 13548164.

HSL color Cylindrical-coordinate representation of color #84BACE: hue angle of 196.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BACE is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 186 206 -
CMYK 0.36 0.10 0 0.19
HSL 196.22º 0.43% 0.66% -
HSV(B) 196.22º 0.36% 0.81% -
XYZ 38.22 44.48 64.96 -
YUV 172.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 132 186 206 0.36 0.10 0 0.19 196.22 0.43 0.66
Hex 84 BA CE 24 A 0 13 C4 2B 42
Octal 204 272 316 44 12 0 23 304 53 102
Binary 10000100 10111010 11001110 100100 1010 0 10011 11000100 101011 1000010

Color Harmonies of #84BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BACE

Black with #84BACE

Text Example


Text Example

White with #84BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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