#72B7C9

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

Shades of Seagull #72B7C9

Tints of Seagull #72B7C9

Color information

#72B7C9 (or 0x72B7C9) is unknown color: approx Seagull. HEX triplet: 72, B7 and C9. RGB value is (114,183,201). Sum of RGB (Red+Green+Blue) = 114+183+201=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #72B7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7C9 is #8D4836. Grayscale: #A4A4A4. Windows color (decimal): -9259063 or 13219698. OLE color: 13219698.

HSL color Cylindrical-coordinate representation of color #72B7C9: hue angle of 192.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B7C9 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114183201-
CMYK0.430.0900.21
HSL192.41º44.62%61.76%-
HSV(B)192.41º43.28%78.82%-
XYZ34.4241.6661.49-
YUV164.42148.6492.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=22.89%
G=36.75%
B=40.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141832010.430.0900.21192.4144.6261.76
Hex72B7C92B9015c02d3e
Octal16226731153110253005576
Binary11100101011011111001001101011100101010111000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,201); }

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

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

 a { background-color: rgb(114,183,201); }

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

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

 span { border-color: rgb(114,183,201); }

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