#72B2CE

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

Shades of Seagull #72B2CE

Tints of Seagull #72B2CE

Color information

#72B2CE (or 0x72B2CE) is unknown color: approx Seagull. HEX triplet: 72, B2 and CE. RGB value is (114,178,206). Sum of RGB (Red+Green+Blue) = 114+178+206=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #72B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2CE is #8D4D31. Grayscale: #A1A1A1. Windows color (decimal): -9260338 or 13546098. OLE color: 13546098.

HSL color Cylindrical-coordinate representation of color #72B2CE: hue angle of 198.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72B2CE is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114178206-
CMYK0.450.1400.19
HSL198.26º48.42%62.75%-
HSV(B)198.26º44.66%80.78%-
XYZ3439.8764.3-
YUV162.06152.893.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=22.89%
G=35.74%
B=41.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141782060.450.1400.19198.2648.4262.75
Hex72B2CE2DE013c6303f
Octal16226231655160233066077
Binary11100101011001011001110101101111001001111000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,206); }

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

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

 a { background-color: rgb(114,178,206); }

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

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

 span { border-color: rgb(114,178,206); }

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