#84BBDC

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

Shades of Seagull #84BBDC

Tints of Seagull #84BBDC

Color information

#84BBDC (or 0x84BBDC) is unknown color: approx Seagull. HEX triplet: 84, BB and DC. RGB value is (132,187,220). Sum of RGB (Red+Green+Blue) = 132+187+220=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDC is #7B4423. Grayscale: #AEAEAE. Windows color (decimal): -8078372 or 14465924. OLE color: 14465924.

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

Color convert

RGB132187220-
CMYK0.400.1500.14
HSL202.5º55.7%69.02%-
HSV(B)202.5º40%86.27%-
XYZ40.245.6174.4-
YUV174.32153.7897.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=24.49%
G=34.69%
B=40.82%

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
Decimal1321872200.400.1500.14202.555.769.02
Hex84BBDC28F0Eca3845
Octal204273334501701631270105
Binary100001001011101111011100101000111101110110010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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