#84BCCA

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

Shades of Seagull #84BCCA

Tints of Seagull #84BCCA

Color information

#84BCCA (or 0x84BCCA) is unknown color: approx Seagull. HEX triplet: 84, BC and CA. RGB value is (132,188,202). Sum of RGB (Red+Green+Blue) = 132+188+202=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCA is #7B4335. Grayscale: #ACACAC. Windows color (decimal): -8078134 or 13286532. OLE color: 13286532.

HSL color Cylindrical-coordinate representation of color #84BCCA: hue angle of 192º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BCCA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132188202-
CMYK0.350.0700.21
HSL192º39.77%65.49%-
HSV(B)192º34.65%79.22%-
XYZ38.1645.1462.58-
YUV172.85144.4598.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=25.29%
G=36.02%
B=38.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321882020.350.0700.2119239.7765.49
Hex84BCCA237015c02841
Octal20427431243702530050101
Binary100001001011110011001010100011111010101110000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,202); }

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

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

 a { background-color: rgb(132,188,202); }

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

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

 span { border-color: rgb(132,188,202); }

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