#84BBDD

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

Shades of Seagull #84BBDD

Tints of Seagull #84BBDD

Color information

#84BBDD (or 0x84BBDD) is unknown color: approx Seagull. HEX triplet: 84, BB and DD. RGB value is (132,187,221). Sum of RGB (Red+Green+Blue) = 132+187+221=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #84BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDD is #7B4422. Grayscale: #AEAEAE. Windows color (decimal): -8078371 or 14531460. OLE color: 14531460.

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

Color convert

RGB132187221-
CMYK0.400.1500.13
HSL202.92º56.69%69.22%-
HSV(B)202.92º40.27%86.67%-
XYZ40.3445.6775.1-
YUV174.43154.2897.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.44%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=24.44%
G=34.63%
B=40.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321872210.400.1500.13202.9256.6969.22
Hex84BBDD28F0Dcb3945
Octal204273335501701531371105
Binary100001001011101111011101101000111101101110010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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