#72B3CD

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

Shades of Seagull #72B3CD

Tints of Seagull #72B3CD

Color information

#72B3CD (or 0x72B3CD) is unknown color: approx Seagull. HEX triplet: 72, B3 and CD. RGB value is (114,179,205). Sum of RGB (Red+Green+Blue) = 114+179+205=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #72B3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B3CD is #8D4C32. Grayscale: #A2A2A2. Windows color (decimal): -9260083 or 13480818. OLE color: 13480818.

HSL color Cylindrical-coordinate representation of color #72B3CD: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72B3CD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114179205-
CMYK0.440.1300.20
HSL197.14º47.64%62.55%-
HSV(B)197.14º44.39%80.39%-
XYZ34.0840.2363.73-
YUV162.53151.9793.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=22.89%
G=35.94%
B=41.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141792050.440.1300.20197.1447.6462.55
Hex72B3CD2CD014c5303f
Octal16226331554150243056077
Binary11100101011001111001101101100110101010011000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,205); }

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

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

 a { background-color: rgb(114,179,205); }

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

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

 span { border-color: rgb(114,179,205); }

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