#72B4D7

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

Shades of Seagull #72B4D7

Tints of Seagull #72B4D7

Color information

#72B4D7 (or 0x72B4D7) is unknown color: approx Seagull. HEX triplet: 72, B4 and D7. RGB value is (114,180,215). Sum of RGB (Red+Green+Blue) = 114+180+215=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #72B4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4D7 is #8D4B28. Grayscale: #A4A4A4. Windows color (decimal): -9259817 or 14136434. OLE color: 14136434.

HSL color Cylindrical-coordinate representation of color #72B4D7: hue angle of 200.79º 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 #72B4D7 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114180215-
CMYK0.470.1600.16
HSL200.79º55.8%64.51%-
HSV(B)200.79º46.98%84.31%-
XYZ35.5341.1370.36-
YUV164.26156.6392.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.40%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=22.40%
G=35.36%
B=42.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141802150.470.1600.16200.7955.864.51
Hex72B4D72F10010c93841
Octal162264327572002031170101
Binary1110010101101001101011110111110000010000110010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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