#72B9D7

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

Shades of Seagull #72B9D7

Tints of Seagull #72B9D7

Color information

#72B9D7 (or 0x72B9D7) is unknown color: approx Seagull. HEX triplet: 72, B9 and D7. RGB value is (114,185,215). Sum of RGB (Red+Green+Blue) = 114+185+215=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #72B9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B9D7 is #8D4628. Grayscale: #A7A7A7. Windows color (decimal): -9258537 or 14137714. OLE color: 14137714.

HSL color Cylindrical-coordinate representation of color #72B9D7: hue angle of 197.82º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72B9D7 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114185215-
CMYK0.470.1400.16
HSL197.82º55.8%64.51%-
HSV(B)197.82º46.98%84.31%-
XYZ36.5543.1870.7-
YUV167.19154.9890.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=22.18%
G=35.99%
B=41.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141852150.470.1400.16197.8255.864.51
Hex72B9D72FE010c63841
Octal162271327571602030670101
Binary111001010111001110101111011111110010000110001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,185,215); }

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

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

 a { background-color: rgb(114,185,215); }

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

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

 span { border-color: rgb(114,185,215); }

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