Html Css Color HEX #84BFCD Seagull

📋 copy color: '#84BFCD'

red 132 ◦ green 191 ◦ blue 205

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

Shades of Seagull #84BFCD

Tints of Seagull #84BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 25%
G = 36.17%
B = 38.83%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84BFCD (or 0x84BFCD) is known color: Seagull. HEX triplet: 84, BF and CD. RGB value is (132,191,205). Sum of RGB (Red+Green+Blue) = 132+191+205=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCD is #7B4032. Grayscale: #AEAEAE. Windows color (decimal): -8077363 or 13483908. OLE color: 13483908.

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

Color convert

RGB 132 191 205 -
CMYK 0.36 0.07 0 0.20
HSL 191.51º 0.42% 0.66% -
HSV(B) 191.51º 0.36% 0.8% -
XYZ 39.17 46.57 64.68 -
YUV 174.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 132 191 205 0.36 0.07 0 0.20 191.51 0.42 0.66
Hex 84 BF CD 24 7 0 14 C0 2A 42
Octal 204 277 315 44 7 0 24 300 52 102
Binary 10000100 10111111 11001101 100100 111 0 10100 11000000 101010 1000010

Color Harmonies of #84BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFCD

Black with #84BFCD

Text Example


Text Example

White with #84BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,191,205); }

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

background-color css

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

 a { background-color: rgb(132,191,205); }

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

border-color css

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

 span { border-color: rgb(132,191,205); }

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