#84BBD1

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

Shades of Seagull #84BBD1

Tints of Seagull #84BBD1

Color information

#84BBD1 (or 0x84BBD1) is unknown color: approx Seagull. HEX triplet: 84, BB and D1. RGB value is (132,187,209). Sum of RGB (Red+Green+Blue) = 132+187+209=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #84BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBD1 is #7B442E. Grayscale: #ACACAC. Windows color (decimal): -8078383 or 13745028. OLE color: 13745028.

HSL color Cylindrical-coordinate representation of color #84BBD1: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BBD1 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132187209-
CMYK0.370.1100.18
HSL197.14º45.56%66.86%-
HSV(B)197.14º36.84%81.96%-
XYZ38.7945.0566.97-
YUV173.06148.2898.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=25%
G=35.42%
B=39.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321872090.370.1100.18197.1445.5666.86
Hex84BBD125B012c52e43
Octal204273321451302230556103
Binary1000010010111011110100011001011011010010110001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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