#72BECB

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

Shades of Seagull #72BECB

Tints of Seagull #72BECB

Color information

#72BECB (or 0x72BECB) is unknown color: approx Seagull. HEX triplet: 72, BE and CB. RGB value is (114,190,203). Sum of RGB (Red+Green+Blue) = 114+190+203=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #72BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BECB is #8D4134. Grayscale: #A8A8A8. Windows color (decimal): -9257269 or 13352562. OLE color: 13352562.

HSL color Cylindrical-coordinate representation of color #72BECB: hue angle of 188.76º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BECB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114190203-
CMYK0.440.0600.20
HSL188.76º46.11%62.16%-
HSV(B)188.76º43.84%79.61%-
XYZ36.1344.7263.23-
YUV168.76147.3288.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=22.49%
G=37.48%
B=40.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141902030.440.0600.20188.7646.1162.16
Hex72BECB2C6014bd2e3e
Octal1622763135460242755676
Binary1110010101111101100101110110011001010010111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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