#72B8DB

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

Shades of Seagull #72B8DB

Tints of Seagull #72B8DB

Color information

#72B8DB (or 0x72B8DB) is unknown color: approx Seagull. HEX triplet: 72, B8 and DB. RGB value is (114,184,219). Sum of RGB (Red+Green+Blue) = 114+184+219=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #72B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B8DB is #8D4724. Grayscale: #A6A6A6. Windows color (decimal): -9258789 or 14399602. OLE color: 14399602.

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

Color convert

RGB114184219-
CMYK0.480.1600.14
HSL200º59.32%65.29%-
HSV(B)200º47.95%85.88%-
XYZ36.8742.9773.37-
YUV167.06157.3190.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.05%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=22.05%
G=35.59%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141842190.480.1600.1420059.3265.29
Hex72B8DB30100Ec83b41
Octal162270333602001631073101
Binary111001010111000110110111100001000001110110010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,184,219); }

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

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

 a { background-color: rgb(114,184,219); }

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

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

 span { border-color: rgb(114,184,219); }

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