#72BACE

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

Shades of Seagull #72BACE

Tints of Seagull #72BACE

Color information

#72BACE (or 0x72BACE) is unknown color: approx Seagull. HEX triplet: 72, BA and CE. RGB value is (114,186,206). Sum of RGB (Red+Green+Blue) = 114+186+206=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #72BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACE is #8D4531. Grayscale: #A6A6A6. Windows color (decimal): -9258290 or 13548146. OLE color: 13548146.

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

Color convert

RGB114186206-
CMYK0.450.1000.19
HSL193.04º48.42%62.75%-
HSV(B)193.04º44.66%80.78%-
XYZ35.6443.1564.84-
YUV166.75150.1590.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=22.53%
G=36.76%
B=40.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141862060.450.1000.19193.0448.4262.75
Hex72BACE2DA013c1303f
Octal16227231655120233016077
Binary11100101011101011001110101101101001001111000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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