#84BCCB

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

Shades of Seagull #84BCCB

Tints of Seagull #84BCCB

Color information

#84BCCB (or 0x84BCCB) is unknown color: approx Seagull. HEX triplet: 84, BC and CB. RGB value is (132,188,203). Sum of RGB (Red+Green+Blue) = 132+188+203=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCB is #7B4334. Grayscale: #ACACAC. Windows color (decimal): -8078133 or 13352068. OLE color: 13352068.

HSL color Cylindrical-coordinate representation of color #84BCCB: hue angle of 192.68º 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 #84BCCB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132188203-
CMYK0.350.0700.20
HSL192.68º40.57%65.69%-
HSV(B)192.68º34.98%79.61%-
XYZ38.2845.1863.2-
YUV172.97144.9598.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=25.24%
G=35.95%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321882030.350.0700.20192.6840.5765.69
Hex84BCCB237014c12942
Octal20427431343702430151102
Binary100001001011110011001011100011111010100110000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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