#72BADB

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

Shades of Seagull #72BADB

Tints of Seagull #72BADB

Color information

#72BADB (or 0x72BADB) is unknown color: approx Seagull. HEX triplet: 72, BA and DB. RGB value is (114,186,219). Sum of RGB (Red+Green+Blue) = 114+186+219=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #72BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BADB is #8D4524. Grayscale: #A8A8A8. Windows color (decimal): -9258277 or 14400114. OLE color: 14400114.

HSL color Cylindrical-coordinate representation of color #72BADB: hue angle of 198.86º 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 #72BADB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114186219-
CMYK0.480.1500.14
HSL198.86º59.32%65.29%-
HSV(B)198.86º47.95%85.88%-
XYZ37.2843.8173.51-
YUV168.23156.6589.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=21.97%
G=35.84%
B=42.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141862190.480.1500.14198.8659.3265.29
Hex72BADB30F0Ec73b41
Octal162272333601701630773101
Binary11100101011101011011011110000111101110110001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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