#84BFCC

Color #84BFCC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #84BFCC

Tints of Seagull #84BFCC

Color information

#84BFCC (or 0x84BFCC) is unknown color: approx Seagull. HEX triplet: 84, BF and CC. RGB value is (132,191,204). Sum of RGB (Red+Green+Blue) = 132+191+204=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #84BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCC is #7B4033. Grayscale: #AEAEAE. Windows color (decimal): -8077364 or 13418372. OLE color: 13418372.

HSL color Cylindrical-coordinate representation of color #84BFCC: hue angle of 190.83º 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 #84BFCC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB132191204-
CMYK0.350.0600.2
HSL190.83º41.38%65.88%-
HSV(B)190.83º35.29%80%-
XYZ39.0546.5364.05-
YUV174.84144.4597.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=25.05%
G=36.24%
B=38.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321912040.350.0600.2190.8341.3865.88
Hex84BFCC236014bf2942
Octal20427731443602427751102
Binary100001001011111111001100100011110010100101111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BFCC;
 }
 .AnyTagClassName
 {
   color: #84BFCC;
 }
</style>
background-color css

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

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

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

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

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

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