#84B4D0

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

Shades of Seagull #84B4D0

Tints of Seagull #84B4D0

Color information

#84B4D0 (or 0x84B4D0) is unknown color: approx Seagull. HEX triplet: 84, B4 and D0. RGB value is (132,180,208). Sum of RGB (Red+Green+Blue) = 132+180+208=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #84B4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B4D0 is #7B4B2F. Grayscale: #A8A8A8. Windows color (decimal): -8080176 or 13677700. OLE color: 13677700.

HSL color Cylindrical-coordinate representation of color #84B4D0: hue angle of 202.11º 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 #84B4D0 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132180208-
CMYK0.370.1300.18
HSL202.11º44.71%66.67%-
HSV(B)202.11º36.54%81.57%-
XYZ37.2242.165.84-
YUV168.84150.1101.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 208 (81.64% from 255) = 40%
R=25.38%
G=34.62%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321802080.370.1300.18202.1144.7166.67
Hex84B4D025D012ca2d43
Octal204264320451502231255103
Binary1000010010110100110100001001011101010010110010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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