#72C0DD

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

Shades of Seagull #72C0DD

Tints of Seagull #72C0DD

Color information

#72C0DD (or 0x72C0DD) is unknown color: approx Seagull. HEX triplet: 72, C0 and DD. RGB value is (114,192,221). Sum of RGB (Red+Green+Blue) = 114+192+221=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #72C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0DD is #8D3F22. Grayscale: #ABABAB. Windows color (decimal): -9256739 or 14532722. OLE color: 14532722.

HSL color Cylindrical-coordinate representation of color #72C0DD: hue angle of 196.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72C0DD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114192221-
CMYK0.480.1300.13
HSL196.26º61.14%65.69%-
HSV(B)196.26º48.42%86.67%-
XYZ38.8446.575.33-
YUV171.98155.6686.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=21.63%
G=36.43%
B=41.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141922210.480.1300.13196.2661.1465.69
Hex72C0DD30D0Dc43d42
Octal162300335601501530475102
Binary11100101100000011011101110000110101101110001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,221); }

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

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

 a { background-color: rgb(114,192,221); }

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

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

 span { border-color: rgb(114,192,221); }

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