#84BFCA

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

Shades of Seagull #84BFCA

Tints of Seagull #84BFCA

Color information

#84BFCA (or 0x84BFCA) is unknown color: approx Seagull. HEX triplet: 84, BF and CA. RGB value is (132,191,202). Sum of RGB (Red+Green+Blue) = 132+191+202=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCA is #7B4035. Grayscale: #AEAEAE. Windows color (decimal): -8077366 or 13287300. OLE color: 13287300.

HSL color Cylindrical-coordinate representation of color #84BFCA: hue angle of 189.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BFCA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132191202-
CMYK0.350.0500.21
HSL189.43º39.77%65.49%-
HSV(B)189.43º34.65%79.22%-
XYZ38.8146.4362.79-
YUV174.61143.4597.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=25.14%
G=36.38%
B=38.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321912020.350.0500.21189.4339.7765.49
Hex84BFCA235015bd2841
Octal20427731243502527550101
Binary100001001011111111001010100011101010101101111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,202); }

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

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

 a { background-color: rgb(132,191,202); }

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

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

 span { border-color: rgb(132,191,202); }

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