#84BFCB

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

Shades of Seagull #84BFCB

Tints of Seagull #84BFCB

Color information

#84BFCB (or 0x84BFCB) is unknown color: approx Seagull. HEX triplet: 84, BF and CB. RGB value is (132,191,203). Sum of RGB (Red+Green+Blue) = 132+191+203=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCB is #7B4034. Grayscale: #AEAEAE. Windows color (decimal): -8077365 or 13352836. OLE color: 13352836.

HSL color Cylindrical-coordinate representation of color #84BFCB: hue angle of 190.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BFCB is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132191203-
CMYK0.350.0600.20
HSL190.14º40.57%65.69%-
HSV(B)190.14º34.98%79.61%-
XYZ38.9346.4863.42-
YUV174.73143.9597.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=25.10%
G=36.31%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321912030.350.0600.20190.1440.5765.69
Hex84BFCB236014be2942
Octal20427731343602427651102
Binary100001001011111111001011100011110010100101111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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