#72b3ce

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

Shades of Seagull #72B3CE

Tints of Seagull #72B3CE

Color information

#72B3CE (or 0x72B3CE) is unknown color: approx Seagull. HEX triplet: 72, B3 and CE. RGB value is (114,179,206). Sum of RGB (Red+Green+Blue) = 114+179+206=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #72B3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B3CE is #8D4C31. Grayscale: #A2A2A2. Windows color (decimal): -9260082 or 13546354. OLE color: 13546354.

HSL color Cylindrical-coordinate representation of color #72B3CE: hue angle of 197.61º 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 #72B3CE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114179206-
CMYK0.450.1300.19
HSL197.61º48.42%62.75%-
HSV(B)197.61º44.66%80.78%-
XYZ34.240.2764.36-
YUV162.64152.4793.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=22.85%
G=35.87%
B=41.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141792060.450.1300.19197.6148.4262.75
Hex72B3CE2DD013c6303f
Octal16226331655150233066077
Binary11100101011001111001110101101110101001111000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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