#84B5CF

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

Shades of Seagull #84B5CF

Tints of Seagull #84B5CF

Color information

#84B5CF (or 0x84B5CF) is unknown color: approx Seagull. HEX triplet: 84, B5 and CF. RGB value is (132,181,207). Sum of RGB (Red+Green+Blue) = 132+181+207=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #84B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5CF is #7B4A30. Grayscale: #A9A9A9. Windows color (decimal): -8079921 or 13612420. OLE color: 13612420.

HSL color Cylindrical-coordinate representation of color #84B5CF: hue angle of 200.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B5CF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132181207-
CMYK0.360.1300.19
HSL200.8º43.86%66.47%-
HSV(B)200.8º36.23%81.18%-
XYZ37.342.4665.26-
YUV169.31149.27101.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=25.38%
G=34.81%
B=39.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321812070.360.1300.19200.843.8666.47
Hex84B5CF24D013c92c42
Octal204265317441502331154102
Binary1000010010110101110011111001001101010011110010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,181,207); }

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

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

 a { background-color: rgb(132,181,207); }

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

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

 span { border-color: rgb(132,181,207); }

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