#72BED3

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

Shades of Seagull #72BED3

Tints of Seagull #72BED3

Color information

#72BED3 (or 0x72BED3) is unknown color: approx Seagull. HEX triplet: 72, BE and D3. RGB value is (114,190,211). Sum of RGB (Red+Green+Blue) = 114+190+211=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #72BED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BED3 is #8D412C. Grayscale: #A9A9A9. Windows color (decimal): -9257261 or 13876850. OLE color: 13876850.

HSL color Cylindrical-coordinate representation of color #72BED3: hue angle of 192.99º degrees, saturation: 0.52, 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 #72BED3 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114190211-
CMYK0.460.1000.17
HSL192.99º52.43%63.73%-
HSV(B)192.99º45.97%82.75%-
XYZ37.1145.1168.38-
YUV169.67151.3288.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.14%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=22.14%
G=36.89%
B=40.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141902110.460.1000.17192.9952.4363.73
Hex72BED32EA011c13440
Octal162276323561202130164100
Binary111001010111110110100111011101010010001110000011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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