#84BBDA

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

Shades of Seagull #84BBDA

Tints of Seagull #84BBDA

Color information

#84BBDA (or 0x84BBDA) is unknown color: approx Seagull. HEX triplet: 84, BB and DA. RGB value is (132,187,218). Sum of RGB (Red+Green+Blue) = 132+187+218=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDA is #7B4425. Grayscale: #ADADAD. Windows color (decimal): -8078374 or 14334852. OLE color: 14334852.

HSL color Cylindrical-coordinate representation of color #84BBDA: hue angle of 201.63º 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 #84BBDA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132187218-
CMYK0.390.1400.15
HSL201.63º53.75%68.63%-
HSV(B)201.63º39.45%85.49%-
XYZ39.9445.5173.01-
YUV174.09152.7897.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=24.58%
G=34.82%
B=40.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321872180.390.1400.15201.6353.7568.63
Hex84BBDA27E0Fca3645
Octal204273332471601731266105
Binary100001001011101111011010100111111001111110010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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