#72BCDB

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

Shades of Seagull #72BCDB

Tints of Seagull #72BCDB

Color information

#72BCDB (or 0x72BCDB) is unknown color: approx Seagull. HEX triplet: 72, BC and DB. RGB value is (114,188,219). Sum of RGB (Red+Green+Blue) = 114+188+219=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCDB is #8D4324. Grayscale: #A9A9A9. Windows color (decimal): -9257765 or 14400626. OLE color: 14400626.

HSL color Cylindrical-coordinate representation of color #72BCDB: hue angle of 197.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BCDB is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114188219-
CMYK0.480.1400.14
HSL197.71º59.32%65.29%-
HSV(B)197.71º47.95%85.88%-
XYZ37.7144.6673.65-
YUV169.41155.9888.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.88%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=21.88%
G=36.08%
B=42.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141882190.480.1400.14197.7159.3265.29
Hex72BCDB30E0Ec63b41
Octal162274333601601630673101
Binary11100101011110011011011110000111001110110001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BCDB; }

 p { color: rgb(114,188,219); }

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

<style>
 a { background-color: #72BCDB; }

 a { background-color: rgb(114,188,219); }

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

<style>
 span { border-color: #72BCDB; }

 span { border-color: rgb(114,188,219); }

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