#84BBDB

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

Shades of Seagull #84BBDB

Tints of Seagull #84BBDB

Color information

#84BBDB (or 0x84BBDB) is unknown color: approx Seagull. HEX triplet: 84, BB and DB. RGB value is (132,187,219). Sum of RGB (Red+Green+Blue) = 132+187+219=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDB is #7B4424. Grayscale: #AEAEAE. Windows color (decimal): -8078373 or 14400388. OLE color: 14400388.

HSL color Cylindrical-coordinate representation of color #84BBDB: hue angle of 202.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BBDB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132187219-
CMYK0.400.1500.14
HSL202.07º54.72%68.82%-
HSV(B)202.07º39.73%85.88%-
XYZ40.0745.5673.7-
YUV174.2153.2897.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=24.54%
G=34.76%
B=40.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321872190.400.1500.14202.0754.7268.82
Hex84BBDB28F0Eca3745
Octal204273333501701631267105
Binary100001001011101111011011101000111101110110010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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