#72B4D0

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

Shades of Seagull #72B4D0

Tints of Seagull #72B4D0

Color information

#72B4D0 (or 0x72B4D0) is unknown color: approx Seagull. HEX triplet: 72, B4 and D0. RGB value is (114,180,208). Sum of RGB (Red+Green+Blue) = 114+180+208=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #72B4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4D0 is #8D4B2F. Grayscale: #A3A3A3. Windows color (decimal): -9259824 or 13677682. OLE color: 13677682.

HSL color Cylindrical-coordinate representation of color #72B4D0: hue angle of 197.87º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72B4D0 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114180208-
CMYK0.450.1300.18
HSL197.87º50%63.14%-
HSV(B)197.87º45.19%81.57%-
XYZ34.6540.7765.72-
YUV163.46153.1392.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.71%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=22.71%
G=35.86%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141802080.450.1300.18197.875063.14
Hex72B4D02DD012c6323f
Octal16226432055150223066277
Binary11100101011010011010000101101110101001011000110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,208); }

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

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

 a { background-color: rgb(114,180,208); }

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

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

 span { border-color: rgb(114,180,208); }

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