#84BCD0

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

Shades of Seagull #84BCD0

Tints of Seagull #84BCD0

Color information

#84BCD0 (or 0x84BCD0) is unknown color: approx Seagull. HEX triplet: 84, BC and D0. RGB value is (132,188,208). Sum of RGB (Red+Green+Blue) = 132+188+208=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #84BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCD0 is #7B432F. Grayscale: #ADADAD. Windows color (decimal): -8078128 or 13679748. OLE color: 13679748.

HSL color Cylindrical-coordinate representation of color #84BCD0: hue angle of 195.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BCD0 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132188208-
CMYK0.370.1000.18
HSL195.79º44.71%66.67%-
HSV(B)195.79º36.54%81.57%-
XYZ38.8845.4366.39-
YUV173.54147.4598.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=25%
G=35.61%
B=39.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321882080.370.1000.18195.7944.7166.67
Hex84BCD025A012c42d43
Octal204274320451202230455103
Binary1000010010111100110100001001011010010010110001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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