#84bbd0

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

Shades of Seagull #84BBD0

Tints of Seagull #84BBD0

Color information

#84BBD0 (or 0x84BBD0) is unknown color: approx Seagull. HEX triplet: 84, BB and D0. RGB value is (132,187,208). Sum of RGB (Red+Green+Blue) = 132+187+208=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #84BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBD0 is #7B442F. Grayscale: #ACACAC. Windows color (decimal): -8078384 or 13679492. OLE color: 13679492.

HSL color Cylindrical-coordinate representation of color #84BBD0: hue angle of 196.58º degrees, saturation: 0.45, 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 #84BBD0 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132187208-
CMYK0.370.1000.18
HSL196.58º44.71%66.67%-
HSV(B)196.58º36.54%81.57%-
XYZ38.674566.32-
YUV172.95147.7898.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=25.05%
G=35.48%
B=39.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321872080.370.1000.18196.5844.7166.67
Hex84BBD025A012c52d43
Octal204273320451202230555103
Binary1000010010111011110100001001011010010010110001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84bbd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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