#84BBCB

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

Shades of Seagull #84BBCB

Tints of Seagull #84BBCB

Color information

#84BBCB (or 0x84BBCB) is unknown color: approx Seagull. HEX triplet: 84, BB and CB. RGB value is (132,187,203). Sum of RGB (Red+Green+Blue) = 132+187+203=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #84BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBCB is #7B4434. Grayscale: #ACACAC. Windows color (decimal): -8078389 or 13351812. OLE color: 13351812.

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

Color convert

RGB132187203-
CMYK0.350.0800.20
HSL193.52º40.57%65.69%-
HSV(B)193.52º34.98%79.61%-
XYZ38.0744.7663.13-
YUV172.38145.2899.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=25.29%
G=35.82%
B=38.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321872030.350.0800.20193.5240.5765.69
Hex84BBCB238014c22942
Octal204273313431002430251102
Binary1000010010111011110010111000111000010100110000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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