#84BED8

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

Shades of Seagull #84BED8

Tints of Seagull #84BED8

Color information

#84BED8 (or 0x84BED8) is unknown color: approx Seagull. HEX triplet: 84, BE and D8. RGB value is (132,190,216). Sum of RGB (Red+Green+Blue) = 132+190+216=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #84BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BED8 is #7B4127. Grayscale: #AFAFAF. Windows color (decimal): -8077608 or 14204548. OLE color: 14204548.

HSL color Cylindrical-coordinate representation of color #84BED8: hue angle of 198.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BED8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132190216-
CMYK0.390.1200.15
HSL198.57º51.85%68.24%-
HSV(B)198.57º38.89%84.71%-
XYZ40.3246.6971.85-
YUV175.62150.7896.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=24.54%
G=35.32%
B=40.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321902160.390.1200.15198.5751.8568.24
Hex84BED827C0Fc73444
Octal204276330471401730764104
Binary100001001011111011011000100111110001111110001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,190,216); }

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

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

 a { background-color: rgb(132,190,216); }

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

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

 span { border-color: rgb(132,190,216); }

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