#72BED8

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

Shades of Seagull #72BED8

Tints of Seagull #72BED8

Color information

#72BED8 (or 0x72BED8) is unknown color: approx Seagull. HEX triplet: 72, BE and D8. RGB value is (114,190,216). Sum of RGB (Red+Green+Blue) = 114+190+216=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #72BED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BED8 is #8D4127. Grayscale: #AAAAAA. Windows color (decimal): -9257256 or 14204530. OLE color: 14204530.

HSL color Cylindrical-coordinate representation of color #72BED8: hue angle of 195.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72BED8 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114190216-
CMYK0.470.1200.15
HSL195.29º56.67%64.71%-
HSV(B)195.29º47.22%84.71%-
XYZ37.7545.3671.73-
YUV170.24153.8287.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=21.92%
G=36.54%
B=41.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141902160.470.1200.15195.2956.6764.71
Hex72BED82FC0Fc33941
Octal162276330571401730371101
Binary11100101011111011011000101111110001111110000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,216); }

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

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

 a { background-color: rgb(114,190,216); }

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

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

 span { border-color: rgb(114,190,216); }

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