#72ACCD

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

Shades of Seagull #72ACCD

Tints of Seagull #72ACCD

Color information

#72ACCD (or 0x72ACCD) is unknown color: approx Seagull. HEX triplet: 72, AC and CD. RGB value is (114,172,205). Sum of RGB (Red+Green+Blue) = 114+172+205=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #72ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACCD is #8D5332. Grayscale: #9E9E9E. Windows color (decimal): -9261875 or 13479026. OLE color: 13479026.

HSL color Cylindrical-coordinate representation of color #72ACCD: hue angle of 201.76º 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 #72ACCD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114172205-
CMYK0.440.1600.20
HSL201.76º47.64%62.55%-
HSV(B)201.76º44.39%80.39%-
XYZ32.7137.4963.27-
YUV158.42154.2896.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=23.22%
G=35.03%
B=41.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141722050.440.1600.20201.7647.6462.55
Hex72ACCD2C10014ca303f
Octal16225431554200243126077
Binary111001010101100110011011011001000001010011001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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