#72A6CD

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

Shades of Seagull #72A6CD

Tints of Seagull #72A6CD

Color information

#72A6CD (or 0x72A6CD) is unknown color: approx Seagull. HEX triplet: 72, A6 and CD. RGB value is (114,166,205). Sum of RGB (Red+Green+Blue) = 114+166+205=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #72A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6CD is #8D5932. Grayscale: #9A9A9A. Windows color (decimal): -9263411 or 13477490. OLE color: 13477490.

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

Color convert

RGB114166205-
CMYK0.440.1900.20
HSL205.71º47.64%62.55%-
HSV(B)205.71º44.39%80.39%-
XYZ31.635.2662.9-
YUV154.9156.2798.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=23.51%
G=34.23%
B=42.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141662050.440.1900.20205.7147.6462.55
Hex72A6CD2C13014ce303f
Octal16224631554230243166077
Binary111001010100110110011011011001001101010011001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,205); }

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

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

 a { background-color: rgb(114,166,205); }

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

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

 span { border-color: rgb(114,166,205); }

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