#84B9DA

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

Shades of Seagull #84B9DA

Tints of Seagull #84B9DA

Color information

#84B9DA (or 0x84B9DA) is unknown color: approx Seagull. HEX triplet: 84, B9 and DA. RGB value is (132,185,218). Sum of RGB (Red+Green+Blue) = 132+185+218=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #84B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9DA is #7B4625. Grayscale: #ACACAC. Windows color (decimal): -8078886 or 14334340. OLE color: 14334340.

HSL color Cylindrical-coordinate representation of color #84B9DA: hue angle of 203.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B9DA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132185218-
CMYK0.390.1500.15
HSL203.02º53.75%68.63%-
HSV(B)203.02º39.45%85.49%-
XYZ39.5244.6772.87-
YUV172.92153.4498.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=24.67%
G=34.58%
B=40.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321852180.390.1500.15203.0253.7568.63
Hex84B9DA27F0Fcb3645
Octal204271332471701731366105
Binary100001001011100111011010100111111101111110010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,218); }

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

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

 a { background-color: rgb(132,185,218); }

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

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

 span { border-color: rgb(132,185,218); }

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