#72ADD4

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

Shades of Seagull #72ADD4

Tints of Seagull #72ADD4

Color information

#72ADD4 (or 0x72ADD4) is unknown color: approx Seagull. HEX triplet: 72, AD and D4. RGB value is (114,173,212). Sum of RGB (Red+Green+Blue) = 114+173+212=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #72ADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADD4 is #8D522B. Grayscale: #9F9F9F. Windows color (decimal): -9261612 or 13938034. OLE color: 13938034.

HSL color Cylindrical-coordinate representation of color #72ADD4: hue angle of 203.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72ADD4 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114173212-
CMYK0.460.1800.17
HSL203.88º53.26%63.92%-
HSV(B)203.88º46.23%83.14%-
XYZ33.7738.2267.88-
YUV159.8157.4595.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=22.85%
G=34.67%
B=42.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141732120.460.1800.17203.8853.2663.92
Hex72ADD42E12011cc3540
Octal162255324562202131465100
Binary1110010101011011101010010111010010010001110011001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,212); }

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

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

 a { background-color: rgb(114,173,212); }

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

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

 span { border-color: rgb(114,173,212); }

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