#84BEDE

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

Shades of Seagull #84BEDE

Tints of Seagull #84BEDE

Color information

#84BEDE (or 0x84BEDE) is unknown color: approx Seagull. HEX triplet: 84, BE and DE. RGB value is (132,190,222). Sum of RGB (Red+Green+Blue) = 132+190+222=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #84BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEDE is #7B4121. Grayscale: #B0B0B0. Windows color (decimal): -8077602 or 14597764. OLE color: 14597764.

HSL color Cylindrical-coordinate representation of color #84BEDE: hue angle of 201.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BEDE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132190222-
CMYK0.410.1400.13
HSL201.33º57.69%69.41%-
HSV(B)201.33º40.54%87.06%-
XYZ41.1147.0176.01-
YUV176.31153.7896.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.26%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=24.26%
G=34.93%
B=40.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321902220.410.1400.13201.3357.6969.41
Hex84BEDE29E0Dc93a45
Octal204276336511601531172105
Binary100001001011111011011110101001111001101110010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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